ts-uvu starter template

This commit is contained in:
Alex Lohr
2022-03-07 10:11:30 +01:00
parent bec3c487cc
commit 254d459f16
9 changed files with 1691 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 + uvu template
$ npx degit solidjs/templates/ts-uvu my-solid-project
$ cd my-solid-project
$ npm install # or pnpm install or yarn install
```
## I don't see a template that matches my need?
You wish there was a template with your favorite library?