Ei kuvausta

lrf 83d459a915 update 2 vuotta sitten
.github b303c06174 init 2 vuotta sitten
app bc73ac865a Merge branch 'master' into dev 2 vuotta sitten
config 36b897afdd update 2 vuotta sitten
test b303c06174 init 2 vuotta sitten
.autod.conf.js b303c06174 init 2 vuotta sitten
.eslintignore b303c06174 init 2 vuotta sitten
.eslintrc b303c06174 init 2 vuotta sitten
.gitattributes 83d459a915 update 2 vuotta sitten
.gitignore 36b897afdd update 2 vuotta sitten
README.md b303c06174 init 2 vuotta sitten
app.js c154c90514 update 2 vuotta sitten
ecosystem.config.js a0a0351412 dev设置修改 2 vuotta sitten
package-lock.json 9e65122b19 update 2 vuotta sitten
package.json bbadda4161 update 2 vuotta sitten
server.js dede39750e pm2 2 vuotta sitten

README.md

server

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.