ts-vitest starter template

This commit is contained in:
Alex Lohr
2022-03-10 10:32:38 +01:00
parent 0afdc67abe
commit ded9af3dfb
11 changed files with 1895 additions and 0 deletions
+7
View File
@@ -85,6 +85,13 @@ $ cd my-solid-project
$ npm install # or pnpm install or yarn install
```
```bash
# Typescript + vitest template
$ npx degit solidjs/templates/ts-vitest my-solid-project
$ cd my-solid-project
$ npm install # or pnpm install or yarn install
```
```bash
# Typescript + uvu template
$ npx degit solidjs/templates/ts-uvu my-solid-project