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?