Skip to content

eggjs/egg-boilerplate-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.