Adding bootstreap template (fix #2)

This commit is contained in:
Alex
2021-04-04 13:51:53 +02:00
parent 6add70d5bb
commit 7a4fa1bde2
11 changed files with 5274 additions and 0 deletions
+7
View File
@@ -50,6 +50,13 @@ $ cd my-solid-project
$ pnpm install # or npm install or yarn install
```
```bash
# Typescript bootstrap (5) template
$ npx degit amoutonbrady/vite-template-solid/ts-bootstrap my-solid-project
$ cd my-solid-project
$ pnpm install # or npm install or yarn install
```
## I don't see a template that matches my need?
You wish there was a template with a router? Bootstrap? Your favorite library?