This repo is deprecated. Use Quickstart Redux template instead.
My custom tailored React App template. Based on create-react-app with some additions.
- Install nvm;
- Install latest LTS node release with
nvm install 8
; - Install yarn globally
brew install yarn
nvm use
yarn
yarn start
yarn start
- starts server in development mode;yarn fix
- autofixes code style and the outputs non-fixable errors;yarn lint
- only outputs non-fixable errors;yarn test
- runs Jest tests.