Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 544 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 544 Bytes

Depreciated ⚠️

svelte-vite-tailwindcss3-template

This is a fork of Svelte's project template to enable usage of Tailwindcss. Refer to https://github.com/sveltejs/template for more info.

To create a new project based on this template using degit:

npx degit lukem121/svelte-vite-tailwind-template svelte-app
cd svelte-app

Note that you will need to have Node.js installed.

Get started

Install the dependencies...

cd svelte-app
npm install