Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 328 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 328 Bytes

node-express-hbs-webpack-demo

node express hbs(handlebars) webpack demo for server side renderer

如何运行

1.安装依赖
npm install

2.本地开发(服务监听端口可在config中修改)
npm start
然后浏览器访问:http://localhost:9386/

3.打包构建
npm run build 或 npm run build:production