tailwind-svelte-app
is a barebones, ready-to-go template for building with Svelte and Tailwind CSS.
Uses Vite and Rollup for the build and HMR process.
Install
git clone https://github.com/muttoni/tailwind-svelte-app.git your-app-name
npm install
Development (live-reloading and hot-module reloading)
npm run dev
Production (optimized, minified and mangled JS + CSS)
npm run build