You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
244 B

# Svelte TypeScript Tailwindcss Setup
svelte template based on the default svelte/template with enabled typescript and tailwindcss support.
```bash
npx degit munxar/svelte-template my-svelte-project
cd my-svelte-project
npm i
npm run dev
```