From 5c26ea4403ebfe1dae044240e96dd6fbaaa20032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnau=20Go=CC=81mez?= Date: Sat, 15 Jan 2022 20:30:47 +0100 Subject: [PATCH] feat(readme): add instructions to install ts-sass template --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 373e13a..40b2f77 100644 --- a/README.md +++ b/README.md @@ -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?