tailwindcss-svelte-starter
May 23, 2019 ยท View on GitHub
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
localhost:5000 - live reload
npm run dev
Credits
Inspired by sveltejs/template