Nessuna descrizione

lrf402788946 137bbd0b74 update 3 anni fa
.github 75461a7327 update 4 anni fa
app aeb5f64f67 update 4 anni fa
config 8f9a9837b2 update 4 anni fa
test 75461a7327 update 4 anni fa
.autod.conf.js 75461a7327 update 4 anni fa
.eslintignore 75461a7327 update 4 anni fa
.eslintrc 75461a7327 update 4 anni fa
.gitignore 75461a7327 update 4 anni fa
.travis.yml 75461a7327 update 4 anni fa
README.md 75461a7327 update 4 anni fa
appveyor.yml 75461a7327 update 4 anni fa
ecosystem.config.js a81c9c4020 update 4 anni fa
package.json a19b8d954d update 4 anni fa
server.js 137bbd0b74 update 3 anni fa

README.md

service-article

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.