Skip to content

Boilerplate for egg typescript project

License

Notifications You must be signed in to change notification settings

eggjs/egg-boilerplate-ts

Repository files navigation

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.