Ei kuvausta

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

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.