A small project that shows how to use webpack for client-side development in ECMAScript 6(ES2015).
- Install node
- run
npm installornpm i
npm startand openhttp://localhost:3000in a browser.(now will auto open the browser)- Modify or add files in
srcfolder.index.jsis the entry point. npm run buildto compile ./src file to ./build.