Express js 使用

Express js 使用

app make useful

#install
cnpm install express-generator -g
#use other
cnpm install body-parser --save
cnpm install cookie-parser --save
cnpm install multer --save
#make
express myapp
#install ext
cd myapp
cnpm install
#start
DEBUG=myapp npm start
#OR
set DEBUG=myapp & npm start
#view
http://localhost:3000/ 

猜你喜欢

转载自blog.csdn.net/HD2killers/article/details/81510175
今日推荐