科技人才

liuyu 1097fb8d11 Merge branch 'master' of http://git.cc-lotus.info/service-platform/service-talent 4 years ago
.vscode 8eae1a6ebd 科技人才 4 years ago
app b2213127b7 添加字段 4 years ago
config d69e55247a hh 4 years ago
test 8eae1a6ebd 科技人才 4 years ago
.autod.conf.js 8eae1a6ebd 科技人才 4 years ago
.eslintignore 8eae1a6ebd 科技人才 4 years ago
.eslintrc 8eae1a6ebd 科技人才 4 years ago
.gitignore 8eae1a6ebd 科技人才 4 years ago
.travis.yml 365b1abe5e 科技人才服务端更新 4 years ago
README.md 878ea49020 first commit 4 years ago
appveyor.yml 365b1abe5e 科技人才服务端更新 4 years ago
ecosystem.config.js 8eae1a6ebd 科技人才 4 years ago
package.json 8eae1a6ebd 科技人才 4 years ago
server.js 8eae1a6ebd 科技人才 4 years ago

README.md

service-talent

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.