Merge pull request #40 from atk/ts-vitest

ts-vitest starter template
This commit is contained in:
Alexandre
2022-03-11 15:37:45 +01:00
committed by GitHub
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