A minimal, development-focussed template to get you up and running with Webpack, Babel & LESS. (based on https://github.com/jamesknelson/webpack-black-triangle)
- Makes ES6 "just work"
- Compiles and includes your LESS files
- Serves your files
- Automatically recompiles/reloads your page when JavaScript/LESS files change
- Decide where your files go (to a degree)
git clone https://github.com/collibra/webpack-template-app.git;cd webpack-template-app;npm install;npm start
Then open localhost:9090.