Açıklama Yok

lrf402788946 955e1c2584 init 3 yıl önce
.github 955e1c2584 init 3 yıl önce
app 955e1c2584 init 3 yıl önce
config 955e1c2584 init 3 yıl önce
test 955e1c2584 init 3 yıl önce
.autod.conf.js 955e1c2584 init 3 yıl önce
.eslintignore 955e1c2584 init 3 yıl önce
.eslintrc 955e1c2584 init 3 yıl önce
.gitignore 955e1c2584 init 3 yıl önce
.travis.yml 955e1c2584 init 3 yıl önce
README.md 955e1c2584 init 3 yıl önce
appveyor.yml 955e1c2584 init 3 yıl önce
jsconfig.json 955e1c2584 init 3 yıl önce
package.json 955e1c2584 init 3 yıl önce

README.md

service

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.