feat(readme): add instructions to install ts-sass template

This commit is contained in:
Arnau Gómez
2022-01-15 20:30:47 +01:00
parent c9dd50b8cd
commit 5c26ea4403
+7
View File
@@ -71,6 +71,13 @@ $ cd my-solid-project
$ npm install # or pnpm install or yarn install
```
```bash
# Typescript + sass template
$ npx degit solidjs/templates/ts-sass 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?