Minimalistic and flexible React boilerplate.
$ git clone https://github.com/BindCreative/react-boilerplate MyProject
$ cd MyProject
$ nvm use # Sets correct node version
$ yarn # Installs dependencies
$ yarn build:dev # Development build
$ yarn build:prod # Production build
Built-in express server for development and production.
$ cd server # Navigate to server's subdirectory
$ yarn # Install dependencies
$ yarn start:dev # Sart dev server with HMR
$ yarn start:prod # Sart production server with SSR
Runs supplied tests with Jest
$ yarn test # Run all tests