Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcograhl/tailwindcss-svelte-starter

Tailwindcss v1 + Svelte v3 = <3
https://github.com/marcograhl/tailwindcss-svelte-starter

Last synced: 16 days ago
JSON representation

Tailwindcss v1 + Svelte v3 = <3

Awesome Lists containing this project

README

        

# tailwindcss-svelte-starter

A starter for building Svelte web apps with tailwindcss.

## Getting Started

```bash
git clone https://github.com/marcograhl/tailwindcss-svelte-starter
```

Then, install the dependencies:

```bash
npm install
```

Use Tailwindcss (https://tailwindcss.com/)

## Building and Developing

### Build

```bash
npm run build
```

### Development

Development mode will:

- build on file change
- serve locally at localhost:5000
- live reload

```bash
npm run dev
```

## Credits

Inspired by [sveltejs/template](https://github.com/sveltejs/template)