Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:39:20.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T05:33:54.802Z (over 1 year ago)
- Topics: css, css-utilites, laravel-mix, tailwind, tailwindcss
- Language: HTML
- Size: 2.46 MB
- Stars: 1
- 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
```