egg-boilerplate-simple

boilerplate for egg quickstart

Usage no npm install needed!

<script type="module">
  import eggBoilerplateSimple from 'https://cdn.skypack.dev/egg-boilerplate-simple';
</script>

README

egg-boilerplate-simple

Boilerplate for egg quickstart.

NPM version build status Test coverage David deps Known Vulnerabilities npm download

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.