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

https://github.com/m4p4/tailwind-playground-starter

Tailwind Playground Starter
https://github.com/m4p4/tailwind-playground-starter

Last synced: 3 months ago
JSON representation

Tailwind Playground Starter

Awesome Lists containing this project

README

        

# Tailwind Playground Starter

Tailwind Starter for playing around with Tailwind CSS.

## Installation

The installation is very easy run the install command.

```bash
npm install
```

Next up we can run the dev server:

```bash
npm run watch
```

And your website will start up and recompile with any changes made.