服务端

lrf402788946 23417cd6bb update 4 éve
.github 2b96ea391b init 4 éve
app 23417cd6bb update 4 éve
config 1cacb3148e update 4 éve
test 2b96ea391b init 4 éve
.autod.conf.js 2b96ea391b init 4 éve
.eslintignore 2b96ea391b init 4 éve
.eslintrc 2b96ea391b init 4 éve
.gitignore 6dbca36606 update 4 éve
.travis.yml 2b96ea391b init 4 éve
README.md 2b96ea391b init 4 éve
appveyor.yml 2b96ea391b init 4 éve
ecosystem.config.js 1f4daa2b24 update 4 éve
package.json 6dbca36606 update 4 éve
server.js 1f4daa2b24 update 4 éve

README.md

service-htyd

sell card

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.