From b64e4da1afd54e4bb4e2349491341556bd6bdfc5 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Fri, 10 Dec 2021 22:03:27 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ba00834..94a24b4 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,13 @@ $ cd my-solid-project $ npm install # or pnpm install or yarn install ``` +```bash +# Typescript + tailwindcss template +$ npx degit solidjs/templates/ts-tailwind 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?