https://github.com/maulayyacyber/learn-tailwind-css
Learn Tailwind CSS
https://github.com/maulayyacyber/learn-tailwind-css
css css-utilites laravel-mix tailwind tailwindcss
Last synced: 2 months ago
JSON representation
Learn Tailwind CSS
- Host: GitHub
- URL: https://github.com/maulayyacyber/learn-tailwind-css
- Owner: maulayyacyber
- Created: 2020-05-22T08:00:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:39:20.000Z (over 3 years ago)
- Last Synced: 2026-01-28T02:26:55.773Z (5 months ago)
- Topics: css, css-utilites, laravel-mix, tailwind, tailwindcss
- Language: HTML
- Size: 2.46 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LEAR TAILWIND CSS
Learn Tailwind CSS & Installation with Laravel MIX for Compile the assets
### How To Install
```
git clone https://github.com/maulayyacyber/Learn-Tailwind-CSS.git
```
```
cd Learn_tailwind-CSS
```
```
npm install
```
### Recompile Asset Tailwind (if needed)
```
npm run watch
```
### Compile Asset Tailwind For Production
```
npm run production
```