Nessuna descrizione

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

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.