拼团的服务端

lrf402788946 75129c3590 init преди 3 години
.github 75129c3590 init преди 3 години
app 75129c3590 init преди 3 години
config 75129c3590 init преди 3 години
test 75129c3590 init преди 3 години
.autod.conf.js 75129c3590 init преди 3 години
.eslintignore 75129c3590 init преди 3 години
.eslintrc 75129c3590 init преди 3 години
.gitignore 75129c3590 init преди 3 години
.travis.yml 75129c3590 init преди 3 години
README.md 75129c3590 init преди 3 години
appveyor.yml 75129c3590 init преди 3 години
package.json 75129c3590 init преди 3 години

README.md

ping_tuan

拼团服务端

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start
$ npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.