A very simple implementation of webpack, designed for HTML files that want to serve bundled JavaScript files compiled by webpack and not for building SPA's or very large applications.
git clone https://github.com/lukechopper/simple-webpack-boilerplate-by-qixotl.git your-app # change your-app to the name of your project
cd your-app
git remote remove origin
npm install
npm run watch