npm install -g express-generator
express blog //新建项目
cd blog && npm install //初始化项目
SET DEBUG=blog:* & npm start