码迷,mamicode.com
首页 > Web开发 > 详细

Nodejs下express+ejs模板的搭建

时间:2018-10-04 10:39:14      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:.com   就会   创建   color   res   环境   str   html   oca   

nodejs的环境配置,这里就不做说明了。在nodejs安装后的步骤在这里说明一下
首先 全局安装express 
npm install -g express-generator
安装ok后,接着
express -e  项目名称
下来项目就会创建完成,不过还需要安装包依赖。
cd 项目
npm install
SET DEBUG=mongodb:* & npm start
配置的默认端口号为3000端口号,如果被 占用的话,我们在www文件中更改一下 就可以了,然后我们就可以在浏览器离输入
http://localhost:3000如图所示:
技术分享图片
 技术分享图片

 

Nodejs下express+ejs模板的搭建

标签:.com   就会   创建   color   res   环境   str   html   oca   

原文地址:https://www.cnblogs.com/bgwhite/p/9740344.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!