Awesome
About
My favorite boilerplate to create static web app with React.
Initial dev setup
Make sure you have NodeJS v6 or above.
npm install
npm start
http://localhost:8123
should now be live with Hot Module Replacement.
Production build
npm install
npm run build
Production code placed at build
Test
npm test
Coverage report placed in ./coverage/
directory
Other commands
npm lint
: linting.