A template for Svelte with Tailwind CSS preconfigured
This has been adapted from the official Svelte template
You can find the original README file here
Note othat you will need t have Node.js installed.
npx degit palette-dev/svelte-tailwind-template my-project
cd my-project
# to use TypeScript run:
# node scripts/setupTypeScript.js
npm install
npm run dev
You can find a more detailed guide here