Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 342 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 342 Bytes

全栈投票项目开发环境

投票项目的开发环境,请参考《投票系统需求文档PRD》和《API》文档进行开发

运行项目

克隆项目

> $ git clone https://git.coding.net/canfoo/vote-development.git

在vote目录下安装依赖包

> $ npm install

启动服务器

> $ npm run start