ExpressJS.com的中文版本。
安装:
$ npm install -g serve
$ npm install
$ make
$ serve . &
$ open http://localhost:3000
如果有新的改变,重新编译一下:
$ make clean;make docs
- 不要 直接编辑HTML文件, 编辑 jade 文件.
ExpressJS.com的中文版本。
安装:
$ npm install -g serve
$ npm install
$ make
$ serve . &
$ open http://localhost:3000
如果有新的改变,重新编译一下:
$ make clean;make docs