npm install express-generator -g
express -e --view=ejs myproject && cd myproject
npm install
set DEBUG=myproject & npm start

  

相关文章: