Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phartenfeller/svelte-tailwind-template

A starter template to get up and running with Svelte + TailwindCSS
https://github.com/phartenfeller/svelte-tailwind-template

starter starter-template svelte tailwind tailwindcss template

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

# Svelte Tailwind Template

This is a project template for [Svelte](https://svelte.dev) apps with [TailwindCSS](https://tailwindcss.com/).

## Includes

- Svelte
- TailwindCSS
- ESLint
- Prettier

## Get started

Install the dependencies:

```bash
npm install
or
yarn
```

Start coding:

```bash
npm run dev
or
yarn dev
```

Navigate to [localhost:5000](http://localhost:5000) and change the site.

## Building and running in production mode

To create an optimised version of the app:

```bash
npm run build
or
yarn build
```