标签:localhost 浏览器 对话框 文件夹 start
运行你的Node.js对话框:
如果你没有安装express,当你运行命令express时会有如下提示:
执行命令: npm install -g express-generator
成功后提示如下图:
执行命令: express myExpressApp
成功后提示如下图:
在C盘下创建文件夹 C:\myExpressApp
执行命令:
cd myExpressApp
npm install
执行命令:
npm start
在浏览器中输入地址:http://localhost:3000
OK Express 运行起来了~!
本文出自 “风中寻觅” 博客,请务必保留此出处http://xingcheng.blog.51cto.com/3693811/1766042
标签:localhost 浏览器 对话框 文件夹 start
原文地址:http://xingcheng.blog.51cto.com/3693811/1766042