egg-boilerplate-ts
Boilerplate for egg typescript.
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.
Boilerplate for egg typescript.
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.