helion-template-core
Boilerplate for egg quickstart.
Installation
Don't npm i
this directly
$ npm i -g helion-cli
$ mkdir showcase
$ cd showcase
$ helion create --type core
$ npm i
$ npm run dev
$ open http://localhost:7001
See helion-cli for more detail.