一. express 的官方网站 http://www.expressjs.com.cn/
二. 开发中的步骤:
1、找一个你想创建项目的地方,比如:cd 桌面
2、创建你的项目:express -e test (我的实例项目名:test)
3、cd 到你的项目里面,开始执行:npm install(install 你项目所需要的module ),然后 npm start 执行你的项目
4、打开 http://localhost:3000/ 看到下图就表示简单项目完成了。
一. express 的官方网站 http://www.expressjs.com.cn/
二. 开发中的步骤:
1、找一个你想创建项目的地方,比如:cd 桌面
2、创建你的项目:express -e test (我的实例项目名:test)
3、cd 到你的项目里面,开始执行:npm install(install 你项目所需要的module ),然后 npm start 执行你的项目
4、打开 http://localhost:3000/ 看到下图就表示简单项目完成了。