Nenhuma descrição

dygapp c551e17f36 Delete .travis.yml 6 anos atrás
app 5a9d34cb77 0314 7 anos atrás
config 94c690e034 first commit 7 anos atrás
test 98b9ec22a7 first commit 7 anos atrás
.autod.conf.js 98b9ec22a7 first commit 7 anos atrás
.eslintignore 98b9ec22a7 first commit 7 anos atrás
.eslintrc 1217ae6e61 first commit 7 anos atrás
.gitignore dc33bc8c48 6 anos atrás
README.md 98b9ec22a7 first commit 7 anos atrás
README.zh-CN.md 98b9ec22a7 first commit 7 anos atrás
appveyor.yml 98b9ec22a7 first commit 7 anos atrás
ecosystem.config.js dc09f7251b 6 anos atrás
package.json dc09f7251b 6 anos atrás
patch.sh 5a9d34cb77 0314 7 anos atrás
server.js dc09f7251b 6 anos atrás

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.