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/