asd123a20 0a5deee960 修改端口号 il y a 2 ans
..
app 6730ff64ee 添加投稿服务 il y a 2 ans
config 0a5deee960 修改端口号 il y a 2 ans
test 6730ff64ee 添加投稿服务 il y a 2 ans
.autod.conf.js 6730ff64ee 添加投稿服务 il y a 2 ans
.eslintignore 6730ff64ee 添加投稿服务 il y a 2 ans
.eslintrc 6730ff64ee 添加投稿服务 il y a 2 ans
.gitignore 6730ff64ee 添加投稿服务 il y a 2 ans
.travis.yml 6730ff64ee 添加投稿服务 il y a 2 ans
README.md 6730ff64ee 添加投稿服务 il y a 2 ans
appveyor.yml 6730ff64ee 添加投稿服务 il y a 2 ans
ecosystem.config.js 6730ff64ee 添加投稿服务 il y a 2 ans
jsconfig.json 6730ff64ee 添加投稿服务 il y a 2 ans
package.json 206ff73266 添加活动管理 动态修改nginx配置(增加删除静态文件代理) il y a 2 ans
server.js 6730ff64ee 添加投稿服务 il y a 2 ans

README.md

service-code

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.