短信服务

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.