egg-boilerplate-microservice icon indicating copy to clipboard operation
egg-boilerplate-microservice copied to clipboard

Boilerplate for egg microservice project

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

$ npx egg-init --type=microservice showcase
$ cd showcase
$ npm i
$ npm run init && npm run dev
$ open http://localhost:7001

See egg-init for more detail.