$ npm install
$ npm start
Then visit http://localhost:3000
.
Production has Devtools, logging and hot reloading middleware removed and the scripts/css compressed.
$ npm run build
$ npm run start-prod
Then visit http://localhost:3000
.
$ node_modules/eslint/bin/eslint.js . --fix && npm test -- --coverage
Some code taken from the following (all MIT licensed):
redux-react-material-boilerplate
react-hexgrid
- notsurt's
spritegen
- gimenete's
identicons-react