Skip to content

Commit 3cd801b

Browse files
committed
update readme
1 parent 01ef2bb commit 3cd801b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# LEAR TAILWIND CSS
2+
3+
Learn Tailwind CSS & Installation with Laravel MIX for Compile the assets
4+
5+
### How To Install
6+
7+
```
8+
git clone https://github.com/maulayyacyber/Learn-Tailwind-CSS.git
9+
```
10+
11+
```
12+
cd Learn_tailwind-CSS
13+
```
14+
15+
```
16+
npm install
17+
```
18+
19+
### Recompile Asset Tailwind (if needed)
20+
21+
```
22+
npm run watch
23+
```
24+
25+
26+
### Compile Asset Tailwind For Production
27+
28+
```
29+
npm run production
30+
```

0 commit comments

Comments
 (0)