🎷🦄 A bleeding-edge React boilerplate that offers code-splitting and server-side rendering
Build and run development server
yarn run development
Build and run production server
yarn run production
Run ESLint and Stylelint linting, Prettier formatting, and Flow type checking
yarn run lint
Run Jest testing
yarn run test
Source code is located in /source
Client compilation is located in /client
Server code and server-side render compilation is located in /server
Tooling code and configuration is located in /tools
Application is built with
Application is compiled with
Server is built with
Code splitting made possible with
Testing done with
Type checking done with
Linting and formatting done with