This boilerplate will be useful as starter for large applications.
npm install
Develop cool react app using babel, eslint, sass.
npm run start
Production build. Will create dist
folder, that is ready for deployment to static host sites.
npm run prebuild
MIT.