Ei kuvausta

lrf402788946 26a6a51893 update 4 vuotta sitten
.github 26a6a51893 update 4 vuotta sitten
app 26a6a51893 update 4 vuotta sitten
config 26a6a51893 update 4 vuotta sitten
test fd9bffcf62 update 4 vuotta sitten
.autod.conf.js fd9bffcf62 update 4 vuotta sitten
.eslintignore fd9bffcf62 update 4 vuotta sitten
.eslintrc fd9bffcf62 update 4 vuotta sitten
.gitignore fd9bffcf62 update 4 vuotta sitten
.travis.yml fd9bffcf62 update 4 vuotta sitten
README.md fd9bffcf62 update 4 vuotta sitten
appveyor.yml fd9bffcf62 update 4 vuotta sitten
ecosystem.config.js fd9bffcf62 update 4 vuotta sitten
jsconfig.json fd9bffcf62 update 4 vuotta sitten
package.json fd9bffcf62 update 4 vuotta sitten
server.js fd9bffcf62 update 4 vuotta sitten

README.md

service-wechat

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.