项目作者: eggjs

项目描述 :
Boilerplate for egg microservice project
高级语言: JavaScript
项目地址: git://github.com/eggjs/egg-boilerplate-microservice.git
创建时间: 2018-10-10T07:34:20Z
项目社区:https://github.com/eggjs/egg-boilerplate-microservice

开源协议:MIT License

下载


egg-boilerplate-microservice

Boilerplate for egg microservice.

NPM version
build status
Test coverage
David deps
Known Vulnerabilities
npm download

Installation

Don’t npm i this directly

  1. $ npx egg-init --type=microservice showcase
  2. $ cd showcase
  3. $ npm i
  4. $ npm run init && npm run dev
  5. $ open http://localhost:7001

See egg-init for more detail.