服务端

lrf402788946 6fbc889a07 update 4 лет назад
.github 2b96ea391b init 4 лет назад
app 2df70a217b update 4 лет назад
config 6fbc889a07 update 4 лет назад
test 2b96ea391b init 4 лет назад
.autod.conf.js 2b96ea391b init 4 лет назад
.eslintignore 2b96ea391b init 4 лет назад
.eslintrc 2b96ea391b init 4 лет назад
.gitignore 2b96ea391b init 4 лет назад
.travis.yml 2b96ea391b init 4 лет назад
README.md 2b96ea391b init 4 лет назад
appveyor.yml 2b96ea391b init 4 лет назад
ecosystem.config.js 1f4daa2b24 update 4 лет назад
package.json 15ada85990 update 4 лет назад
server.js 1f4daa2b24 update 4 лет назад

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.