Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 339 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 339 Bytes

egg-boilerplate-fortress

Boilerplate for egg with egg-fortress framework quickstart.

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.