Yeap Templates with Vite
These templates are intended to be used unchanged via the degit utility.
# Javascript template
$ npx degit yeapjs/templates/js my-yeap-application
$ cd my-yeap-application
$ npm install # or pnpm install or yarn# Typescript template
$ npx degit yeapjs/templates/ts my-yeap-application
$ cd my-yeap-application
$ npm install # or pnpm install or yarn(Note: you don't need to import h or Fragment from the template, it's already imported for you with yeap-vite-preset)
Need a template that contains your favorite libraries?
Please send a pull request. Copy one of the templates already available, tweak it, name it correctly, and create a PR. See contribution below.
You can create your own template and prefix it with ts- or js- and give it a descriptive name.