Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 514 Bytes

README-CN.md

File metadata and controls

32 lines (24 loc) · 514 Bytes

greedpatch-back

greedpatch 的后端

English | 中文

clone

$ git clone https://github.com/greedlab/greedpatch-back.git

开发环境

$ npm install -g gulp
$ npm install -g nodemon
$ npm install (if not OS X use npm install --no-optional)
$ gulp build
$ gulp watch
$ npm run develop

生产环境

$ npm install -g gulp
$ npm install -g pm2
$ npm install (if not OS X use npm install --no-optional)
$ gulp build
$ npm run release