Нема описа

lrf402788946 734a3df1a8 update пре 4 година
.github 48fc3df0a4 update пре 4 година
.vscode 48fc3df0a4 update пре 4 година
app 734a3df1a8 update пре 4 година
config 6ea165b922 update пре 4 година
test 48fc3df0a4 update пре 4 година
.autod.conf.js 48fc3df0a4 update пре 4 година
.eslintignore 48fc3df0a4 update пре 4 година
.eslintrc 48fc3df0a4 update пре 4 година
.gitignore 48fc3df0a4 update пре 4 година
.travis.yml 48fc3df0a4 update пре 4 година
README.md 48fc3df0a4 update пре 4 година
app.js 48fc3df0a4 update пре 4 година
appveyor.yml 48fc3df0a4 update пре 4 година
ecosystem.config.js 48fc3df0a4 update пре 4 година
jsconfig.json 48fc3df0a4 update пре 4 година
package.json 744e5d0690 update пре 4 година
server.js 48fc3df0a4 update пре 4 година

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.