svelte-tailwind-template

Svelte Tailwind Template

A starter template to get up and running with Svelte + TailwindCSS

Svelte Tailwind Template

This is a project template for Svelte apps with TailwindCSS.

Includes

  • Svelte
  • TailwindCSS
  • ESLint
  • Prettier

Get started

Install the dependencies:

npm install
or
yarn

Start coding:

npm run dev
or
yarn dev

Navigate to localhost:5000 and change the site.

Building and running in production mode

To create an optimised version of the app:

npm run build
or
yarn build

Top categories

Loading Svelte Themes