https://github.com/saadeghi/daisyui-starter
https://github.com/saadeghi/daisyui-starter
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/saadeghi/daisyui-starter
- Owner: saadeghi
- Created: 2021-04-11T14:28:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T14:53:52.000Z (about 4 years ago)
- Last Synced: 2025-04-06T03:07:50.473Z (2 months ago)
- Language: HTML
- Size: 7.81 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)
[](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
```