Nav apraksta

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

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.