https://github.com/kailoon/html-tailwind
HTML TailwindCSS starter kit with PurgeCSS.
https://github.com/kailoon/html-tailwind
css html purgecss starter-kit tailwindcss
Last synced: about 2 months ago
JSON representation
HTML TailwindCSS starter kit with PurgeCSS.
- Host: GitHub
- URL: https://github.com/kailoon/html-tailwind
- Owner: kailoon
- Created: 2020-12-30T15:11:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T15:23:37.000Z (almost 5 years ago)
- Last Synced: 2025-03-27T20:33:04.838Z (9 months ago)
- Topics: css, html, purgecss, starter-kit, tailwindcss
- Language: HTML
- Homepage:
- Size: 4.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# html-tailwind
## Usage
**Installation**
```
gh repo clone kailoon/html-tailwind
cd html-tailwind
npm install
```
**Build**
```
yarn build
```
to generate tailwind styles into `assets/css/styles.css` and start building with tailwind classes.
**Production**
```
yarn production
```
to run PurgeCSS and generate tailwind styles into `assets/css/styles.css` without unused CSS.
Hope you like it.