Skip to content

greedlab/greedpatch-back

Repository files navigation

greedpatch-back

back end for greedpatch

English | 中文

clone

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

develop env

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

production env

$ npm install -g pm2
$ npm install --production
$ npm run release

Releases

No releases published

Packages

No packages published