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

https://github.com/marktopper/tailwindstaticstarter

Static starter skeleton for tailwindcss
https://github.com/marktopper/tailwindstaticstarter

Last synced: 5 months ago
JSON representation

Static starter skeleton for tailwindcss

Awesome Lists containing this project

README

          

# TailwindStaticStarter

#### Install dependencies
```sh
$ npm install
# or
$ yarn
```

#### Run the watcher
```sh
$ npm run dev
# or
$ yarn dev
```

#### Build final & minified
```sh
$ npm run build
# or
$ yarn build
```