Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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