diff --git a/README.md b/README.md index ebcaefc..dc0199c 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ This repository holds most of the official starter templates for Vite. You get: -* HMR out of the box -* Minimal bundle size -* All the vite features.. +- HMR out of the box +- Minimal bundle size +- All the vite features.. ## Install @@ -43,6 +43,13 @@ $ cd my-solid-project $ pnpm install # or npm install or yarn install ``` +```bash +# Typescript tailwind template + basic file base routing +$ npx degit amoutonbrady/vite-template-solid/ts-router my-solid-project +$ cd my-solid-project +$ pnpm install # or npm install or yarn install +``` + ## I don't see a template that matches my need? You wish there was a template with a router? Bootstrap? Your favorite library?