短信服务

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

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.