Skip to content

Files

Latest commit

Dec 3, 2017
0f3675b · Dec 3, 2017

History

History
57 lines (38 loc) · 1.57 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.57 KB

react-loadable-boilerplate

🎷🦄 A bleeding-edge React boilerplate that offers code-splitting and server-side rendering

Quick Start

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

Details

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