短信服务

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.