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.
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. |