使用 Express 脚手架

安装:

npm install -g express-generator

 创建项目:

express myapp

 

安装依赖

install dependencies:
> npm install

启动应用 

run the app:
> SET DEBUG=quicknote:* & npm start

 

posted @ 2018-07-20 15:53  xfbx  阅读(498)  评论(0)    收藏  举报