我使用express-generator
创建项目骨架,并使用jade
,sass
而不是ejs
and stylus
,然后我使用和doc之类的concurrent
组合,但是当我运行 grunt 任务时,输出是:watch
nodemon
[nodemon] v1.0.17
[nodemon] 随时重启,输入rs
[nodemon] 观看:fir/ * /*
[nodemon] 启动node bin/www
Express server 监听 3000 端口
mongodb 连接打开
已经node
用来启动服务器了,怎么样?