A Solution for Front End Multiple Pages Architecture separating front end and back end
# install dependencies
npm install -d
# Chinese client
npm install -d --registry=https://registry.npm.taobao.org
# serve with hot reload at localhost:3000
npm start (npm run start)
# build project to release
gulp build
# test releasing files
gulp serve
Licensed under the MIT license.