1.2.0 • Published 7 years ago
egg-boilerplate-microservice
Licence
MIT
Version
1.2.0
Deps
0
Size
16 kB
Vulns
0
Weekly
0
egg-boilerplate-microservice
Boilerplate for egg microservice.
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.