使用 Express 脚手架

安装:

npm install -g express-generator

 创建项目:

express myapp

安装依赖

install dependencies:
> npm install

启动应用 

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

猜你喜欢

转载自www.cnblogs.com/xfbx/p/9341908.html
今日推荐