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

https://github.com/venky-123-debug/svelte-tailwindcss-template


https://github.com/venky-123-debug/svelte-tailwindcss-template

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Svelte template with Tailwind CSS






## Developing

Once you've created a project and installed dependencies with `npm install`, start a development server:

```bash
npm run dev
```

## Building

To create a production version of your app:

```bash
npm run build
```

You can preview the production build with `npm run preview`.


## Manual Installation

In [this article](https://www.jhanca.site/blog/how-to-install-tailwind-css-with-svelte) I explain step by step how to install and configure Tailwind CSS in a Svelte project.