npm install -g express-generator@4
express projectName
cd projectName && npm install
SET DEBUG=projectName:* & npm start
http://127.0.0.1:3000