=======
This is example code for Webpack Usage.
- Step1: Install dependencies
npm install
- Step2: Run server
webpack-dev-server --inline --hot
- Step3: Visit url
http://localhost:8080/webpack-dev-server
=======
This is example code for Webpack Usage.
npm install
webpack-dev-server --inline --hot
http://localhost:8080/webpack-dev-server