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?