@eggjs/egg-boilerplate-ts

boilerplate for egg typescript

Usage no npm install needed!

<script type="module">
  import eggjsEggBoilerplateTs from 'https://cdn.skypack.dev/@eggjs/egg-boilerplate-ts';
</script>

README

egg-boilerplate-ts

Boilerplate for egg typescript.

NPM version build status Test coverage David deps Known Vulnerabilities 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.