Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/saadeghi/daisyui-starter


https://github.com/saadeghi/daisyui-starter

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## TailwindCSS + DaisyUI boilerplate ##
#### Using TailwindCSS JIT ####
##### With `autoprefixer` and `cssnano` for production #####

Demo: [https://daisyui-starter.netlify.app/](https://daisyui-starter.netlify.app/)

[![Deploy](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/saadeghi/daisyui-starter)

---

1. Clone the project
2. Install:
```
npm install
```
3. Generate CSS with:
```
npm run dev
```
```
npm run prod
```