服务端

lrf402788946 2d10f5a2bc update 4 yıl önce
.github 2b96ea391b init 4 yıl önce
app 2d10f5a2bc update 4 yıl önce
config 6dbca36606 update 4 yıl önce
test 2b96ea391b init 4 yıl önce
.autod.conf.js 2b96ea391b init 4 yıl önce
.eslintignore 2b96ea391b init 4 yıl önce
.eslintrc 2b96ea391b init 4 yıl önce
.gitignore 6dbca36606 update 4 yıl önce
.travis.yml 2b96ea391b init 4 yıl önce
README.md 2b96ea391b init 4 yıl önce
appveyor.yml 2b96ea391b init 4 yıl önce
ecosystem.config.js 1f4daa2b24 update 4 yıl önce
package.json 6dbca36606 update 4 yıl önce
server.js 1f4daa2b24 update 4 yıl önce

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.