Nav apraksta

lrf402788946 9f381b83fc update 3 gadi atpakaļ
.github 48fc3df0a4 update 4 gadi atpakaļ
.vscode 48fc3df0a4 update 4 gadi atpakaļ
app 9f381b83fc update 3 gadi atpakaļ
config 788ae736ea update 3 gadi atpakaļ
test 48fc3df0a4 update 4 gadi atpakaļ
.autod.conf.js 48fc3df0a4 update 4 gadi atpakaļ
.eslintignore 48fc3df0a4 update 4 gadi atpakaļ
.eslintrc 48fc3df0a4 update 4 gadi atpakaļ
.gitignore 48fc3df0a4 update 4 gadi atpakaļ
.travis.yml 48fc3df0a4 update 4 gadi atpakaļ
README.md 48fc3df0a4 update 4 gadi atpakaļ
app.js 48fc3df0a4 update 4 gadi atpakaļ
appveyor.yml 48fc3df0a4 update 4 gadi atpakaļ
ecosystem.config.js 48fc3df0a4 update 4 gadi atpakaļ
jsconfig.json 48fc3df0a4 update 4 gadi atpakaļ
package.json b14b123469 update 4 gadi atpakaļ
server.js 48fc3df0a4 update 4 gadi atpakaļ

README.md

service-visit

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.