From 8bf4130ff1cfa436f48e2e5f834a6a2bc22576af Mon Sep 17 00:00:00 2001 From: Alexandre Date: Mon, 22 Feb 2021 13:41:01 +0100 Subject: [PATCH] :pencil: Update readme with newest template --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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?