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

Contents

  1. 1Getting Started
  2. 2Building and Developing
  3. 2.1Build
  4. 2.2Development
  5. 3Credits