Express模板
- 下载仓库文件
git clone https://github.com/InoryAll/express-template.git
- 安装依赖
npm install
- 如果安装失败,请配置你的npm的仓库
npm config set registry https://registry.npm.taobao.org
然后在
npm install
- 项目的启动
npm start
控制台打印出Listening on port xxxx即证明启动成功.
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMillions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
git clone https://github.com/InoryAll/express-template.git
npm install
npm config set registry https://registry.npm.taobao.org
然后在
npm install
npm start
控制台打印出Listening on port xxxx即证明启动成功.