Boilerplate for egg quickstart.
Don't npm i this directly
npm i -g egg-init
egg-init --type simple showcase
cd showcase
npm i
npm run dev
open http://localhost:7001See egg-init for more detail.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Boilerplate for egg quickstart.
Don't npm i this directly
npm i -g egg-init
egg-init --type simple showcase
cd showcase
npm i
npm run dev
open http://localhost:7001See egg-init for more detail.