This is a minimal Webpack boilerplate project that gives a basic template to build a web project.
If you would like to run a hot dev server run watch and the server simultaneously.
- Build(development): npm run build
- Build(production): npm run build-prod
- Dev Server: npm start
- Watch: npm run watch