No Description

lrf402788946 955e1c2584 init 3 years ago
.github 955e1c2584 init 3 years ago
app 955e1c2584 init 3 years ago
config 955e1c2584 init 3 years ago
test 955e1c2584 init 3 years ago
.autod.conf.js 955e1c2584 init 3 years ago
.eslintignore 955e1c2584 init 3 years ago
.eslintrc 955e1c2584 init 3 years ago
.gitignore 955e1c2584 init 3 years ago
.travis.yml 955e1c2584 init 3 years ago
README.md 955e1c2584 init 3 years ago
appveyor.yml 955e1c2584 init 3 years ago
jsconfig.json 955e1c2584 init 3 years ago
package.json 955e1c2584 init 3 years ago

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.