Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.04 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.04 KB

egg-boilerplate-ts

Boilerplate for tegg.

NPM version Node.js CI Test coverage npm download

Installation

Don't npm i this directly

npx egg-init --type=ts showcase
cd showcase
npm i
npm run dev
open http://localhost:7001

See egg-init for more detail.