Bez popisu

dygapp 3f082a5a02 0312 před 7 roky
app 7a5913c711 před 7 roky
config 94c690e034 first commit před 7 roky
test 98b9ec22a7 first commit před 7 roky
.autod.conf.js 98b9ec22a7 first commit před 7 roky
.eslintignore 98b9ec22a7 first commit před 7 roky
.eslintrc 1217ae6e61 first commit před 7 roky
.gitignore 98b9ec22a7 first commit před 7 roky
.travis.yml 98b9ec22a7 first commit před 7 roky
README.md 98b9ec22a7 first commit před 7 roky
README.zh-CN.md 98b9ec22a7 first commit před 7 roky
appveyor.yml 98b9ec22a7 first commit před 7 roky
package.json 3f082a5a02 0312 před 7 roky

README.md

smart-user

smart jobs platform user service

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.