about hot inline proxy
# clone project from github to your computer
git clone https://github.com/huahaichuan/webpack-dev-server-test.git
# enter into project director
cd webpack-dev-server-test
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# also you can use gulp let serve with hot reload at localhost:3000
gulp