Aucune description

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

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.