拼团的服务端

lrf402788946 75129c3590 init 3 år sedan
.github 75129c3590 init 3 år sedan
app 75129c3590 init 3 år sedan
config 75129c3590 init 3 år sedan
test 75129c3590 init 3 år sedan
.autod.conf.js 75129c3590 init 3 år sedan
.eslintignore 75129c3590 init 3 år sedan
.eslintrc 75129c3590 init 3 år sedan
.gitignore 75129c3590 init 3 år sedan
.travis.yml 75129c3590 init 3 år sedan
README.md 75129c3590 init 3 år sedan
appveyor.yml 75129c3590 init 3 år sedan
package.json 75129c3590 init 3 år sedan

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.