暫無描述

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

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.