Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 2.13 KB

README.md

File metadata and controls

20 lines (15 loc) · 2.13 KB

BURP
(Boilerplate Universal React PWA)

Greenkeeper badge

Opinionated starter kit for building a React PWA that can be run on a Node server using Express and Next.js or as a static site by making use of the Next.js export function.

Aims to align as closely as possible to the Lighthouse recommendations.

Featured tools

Tool Description
Next.js Framework for creating static and server‑rendered applications
Express Popular framework for creating HTTP servers
Tailwind CSS An atomic CSS utility framework with additional functions & directives made available to hook into a JS config file when composing your own classes.
Recompose Provides numerous higher order components to augment stateless components within the app without any heavy lifting.
Prettier A code formatter that provides a consistent style across the app. This tool parses written code and re-prints it following the configuration rules provided.