feat(readme): add instructions to install ts-sass template
This commit is contained in:
@@ -71,6 +71,13 @@ $ cd my-solid-project
|
|||||||
$ npm install # or pnpm install or yarn install
|
$ 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?
|
## I don't see a template that matches my need?
|
||||||
|
|
||||||
You wish there was a template with your favorite library?
|
You wish there was a template with your favorite library?
|
||||||
|
|||||||
Reference in New Issue
Block a user