Exactly what it sounds like... Boilerplate to get started with Webpack and Express without a fancy front end framwork.
$ npm install
To serve in the browser - Runs webpack-dev-server
$ npm run dev
Compile and build for production
$ npm run build
Siim Kivistik
Feel free to contribute or open new issue(s) if you encounter any issue or have any suggestion about new features / improvements.