Bells and whistles for easily kick-starting your next React project.
- React v17
- Webpack v5 w/ esbuild
- Service worker
- Theme UI
- Emotion CSS-in-JS
- Jest
- Enzyme
- React testing library
- clone / fork the repo
- install dependencies
yarn
yarn dev - starts webserver at http://localhost:3000
yarn test --watch - watch local files
yarn test --coverage - collect code test coverage
yarn build - creates a static dist folder