科技人才

liuyu d69e55247a hh 5 years ago
.vscode 8eae1a6ebd 科技人才 5 years ago
app 8875b45362 更改库和表 5 years ago
config d69e55247a hh 5 years ago
test 8eae1a6ebd 科技人才 5 years ago
.autod.conf.js 8eae1a6ebd 科技人才 5 years ago
.eslintignore 8eae1a6ebd 科技人才 5 years ago
.eslintrc 8eae1a6ebd 科技人才 5 years ago
.gitignore 8eae1a6ebd 科技人才 5 years ago
.travis.yml 365b1abe5e 科技人才服务端更新 5 years ago
README.md 878ea49020 first commit 5 years ago
appveyor.yml 365b1abe5e 科技人才服务端更新 5 years ago
ecosystem.config.js 8eae1a6ebd 科技人才 5 years ago
package.json 8eae1a6ebd 科技人才 5 years ago
server.js 8eae1a6ebd 科技人才 5 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.