1.1.1 • Published 10 years ago
webpack-es6-starter v1.1.1
webpack-es6-starter
A minimal ES6 starter project that uses webpack, gulp and livereload.
Installation
- Install node
- run
npm install
Usage
gulpto start Webpack in watch mode as well as trigger livereload when bundle.js or index.html changes.- open
index.htmlin a browser. - Change or add files in
es6folder.main.jsis the entry point.