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