A minimal, development-focussed template to get you up and running with Webpack, Babel & LESS.
Read how it works at jamesknelson.com.
Things it does:
- 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)
Things it doesn't do:
- Handle your deployment build
- Include any runtime dependencies (other than babel's polyfill)
Just git clone
& npm install
:
git clone https://github.com/jamesknelson/webpack-black-triangle.git
cd webpack-black-triangle
npm install
Run the dev server:
npm start
Then open localhost:8080.
Because this.