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:
- build on file change
- serve locally at <code>localhost:5000</code>
- live reload
npm run dev
Credits
Inspired by sveltejs/template