Ei kuvausta

lrf402788946 f341eb1607 update 4 vuotta sitten
.github 48fc3df0a4 update 4 vuotta sitten
.vscode 48fc3df0a4 update 4 vuotta sitten
app f341eb1607 update 4 vuotta sitten
config 6ea165b922 update 4 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 744e5d0690 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.