Nodejs express框架安装教程
一、通过npm安装express:
npm install -g express
二、创建一个基础的express站点:
express express_example
三、install dependencies:
cd express_example && npm install
四、run the app:
SET DEBUG=express_example:* & npm start
一、通过npm安装express:
npm install -g express
二、创建一个基础的express站点:
express express_example
三、install dependencies:
cd express_example && npm install
四、run the app:
SET DEBUG=express_example:* & npm start
文章
总共 0 条评论