This repository holds starter templates for SuppleJS using vite.
Those templates dependencies are maintained via pnpm. Upgrade with pnpm up -Lri
These templates are meant to be used as is via the degit
utility.
$ npx degit delph123/supplejs-templates/ts my-supple-project
$ cd my-supple-project
$ pnpm install # or npm install or yarn install
$ npx degit delph123/supplejs-templates/ts-vitest my-supple-project
$ cd my-supple-project
$ pnpm install # or npm install or yarn install
Enjoy!