Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 380 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 380 Bytes

Express模板

  1. 下载仓库文件

git clone https://github.com/InoryAll/express-template.git

  1. 安装依赖

npm install

  1. 如果安装失败,请配置你的npm的仓库

npm config set registry https://registry.npm.taobao.org

然后在

npm install

  1. 项目的启动

npm start

控制台打印出Listening on port xxxx即证明启动成功.