A scaffold of a frontend project which implements some of the best practices to harnest the powers of webpack 2. The app itself is based on AngularJS, but most aspects of the bundling process are relevant to any stack.
clone the project and run
npm install
npm run serve - bundle the project and run a development server
npm run build - bundle the project into a dist folder