Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.26 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.26 KB

egg-boilerplate-simple

Boilerplate for egg quickstart.

NPM version Node.js CI Test coverage Known Vulnerabilities npm download

Installation

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:7001

See egg-init for more detail.