egg-boilerplate-simple
Boilerplate for egg quickstart.
Installation
Don't npm install
this directly
$ npm install -g egg-init$ egg-init --type simple showcase$ cd showcase$ npm install$ npm run dev$ open http://localhost:7001
See egg-init for more detail.