短信服务

lrf a5ce83ecf9 update 2 年之前
.github 486d9259fc init 2 年之前
app 486d9259fc init 2 年之前
config a5ce83ecf9 update 2 年之前
test 486d9259fc init 2 年之前
.eslintignore 486d9259fc init 2 年之前
.eslintrc 486d9259fc init 2 年之前
.gitignore 486d9259fc init 2 年之前
README.md 486d9259fc init 2 年之前
ecosystem.config.js 486d9259fc init 2 年之前
package.json 486d9259fc init 2 年之前
server.js 486d9259fc init 2 年之前

README.md

service-sms

短信服务

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.