Boilerplate for egg microservice.
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:7001See egg-init for more detail.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Boilerplate for egg microservice.
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:7001See egg-init for more detail.