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: 2 months ago
JSON representation

Learn Tailwind CSS

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
```