A starter for building Svelte web apps with tailwindcss.
git clone https://github.com/marcograhl/tailwindcss-svelte-starter
Then, install the dependencies:
npm install
Use Tailwindcss (https://tailwindcss.com/)
npm run build
Development mode will:
localhost:5000
npm run dev
Inspired by sveltejs/template