Home

Awesome

tailwindcss-svelte-starter

A starter for building Svelte web apps with tailwindcss.

Getting Started

git clone https://github.com/marcograhl/tailwindcss-svelte-starter

Then, install the dependencies:

npm install

Use Tailwindcss (https://tailwindcss.com/)

Building and Developing

Build

npm run build

Development

Development mode will:

npm run dev

Credits

Inspired by sveltejs/template