A small demo project that shows how to use webpack for client-side development in ECMAScript 6.
- Install node
- run
npm install
npm run watchto start Webpack in watch mode - will recompile when you change a file.- open
index.htmlin a browser. - Change or add files in
es6folder.main.jsis the entry point. - Reload the browser when you have made a change.