Skip to content

changzhengithub/node_tem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node项目基础搭建模板

安装

npm install

启动

# 启动项目
npm run dev

# 或者 持续监听
npm run start

静态文件

node程序所有静态文件或者资源都和请求一样,需要根据路由进行读取才能访问。

部署

把项目传到服务器,然后执行启动命令 npm run dev
也可以在服务器使用pm2启动node程序

About

node项目模板

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published