webpack-es6-startkit
webpack-es6-startkit copied to clipboard
webpack-es6-startkit
webpack ES6 startkit
A small project that shows how to use webpack for client-side development in ECMAScript 6(ES2015).
Installation
- Install node
- run
npm install
ornpm i
Usage
-
npm start
and openhttp://localhost:3000
in a browser.(now will auto open the browser) - Modify or add files in
src
folder.index.js
is the entry point. -
npm run build
to compile ./src file to ./build.