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

https://github.com/devuri/briskwind

Tailwind CSS Starter
https://github.com/devuri/briskwind

css css-animations css-flexbox html javascript responsive responsive-web-design tailwind tailwindcss

Last synced: 11 months ago
JSON representation

Tailwind CSS Starter

Awesome Lists containing this project

README

          

# Tailwind CSS Starter

This is a basic tailwind starter setup to develop Tailwind projects.

![FireShot Capture 352 - - ](https://user-images.githubusercontent.com/4777400/213874828-28613292-aca1-4f3a-8b07-bceb231cf033.png)

## Getting started

1. Run `npm install` Install dependencies
```
npm install
```

2. Watch for files and compile:

```
npm run watch
```

3. build files and compile:

```
npm run build
```

4. To deploy you will only need the `index.html` file and the `assets/dist/css/output.css` styles.

## Tailwind components
- https://tailwindui.com/components
- https://tailwindui.com/documentation#integrating-with-javascript-frameworks

## Design resources
- https://tailwindcss.com/resources
- https://headlessui.dev/
- https://heroicons.com/
- https://heropatterns.com/
- https://jakearchibald.github.io/svgomg/
- https://www.youtube.com/@TailwindLabs/videos
- https://github.com/tailwindlabs/tailwindcss/discussions