当前位置:网站首页>Initialize the project using the express framework

Initialize the project using the express framework

2022-06-25 12:36:00 Velly_ zheng

1. Get into projects Folder ,

npm install express --save

install express

ps: If you have already done this step , You can skip

 

2. Global installation express Program Generator

sudo npm install express-generator -g

ps: If this step has been performed , Same skip

 

3. Create project name

express meadowlark

ps: If both of the above steps have been performed , You can directly execute the second 3 Step

4. Get into meadowlark, Installation dependency

npm install

5. Run the project

DEBUG=meandowlark:* npm start

 

 

原网站

版权声明
本文为[Velly_ zheng]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202200529183999.html