拼团的服务端

lrf402788946 75129c3590 init há 3 anos atrás
.github 75129c3590 init há 3 anos atrás
app 75129c3590 init há 3 anos atrás
config 75129c3590 init há 3 anos atrás
test 75129c3590 init há 3 anos atrás
.autod.conf.js 75129c3590 init há 3 anos atrás
.eslintignore 75129c3590 init há 3 anos atrás
.eslintrc 75129c3590 init há 3 anos atrás
.gitignore 75129c3590 init há 3 anos atrás
.travis.yml 75129c3590 init há 3 anos atrás
README.md 75129c3590 init há 3 anos atrás
appveyor.yml 75129c3590 init há 3 anos atrás
package.json 75129c3590 init há 3 anos atrás

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.