This boilerplate has been developed specifically for Reports demo application. It provides basic Webpack based setup for React development but it has been kept as simple as possible on purpose. As a result it's missing some bells and whistles more experienced developers might have gotten used to.
- Developing - npm start - This will run a server at localhost:3000 and use Hot Module Reloading.
- Building - npm run build
- Deployment - npm run deploy - Deploys the built version
MIT. See LICENSE for more details.