Skip to content

Commit d5555a8

Browse files
committed
Initial Commit
0 parents  commit d5555a8

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

readme.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Tailwindcss v2.0
2+
3+
TailwindCss Releases First Major Update with Tailwind Css v2.0.
4+
5+
Source files for Setup and Install Tailwindcss v2.0 on <a href="https://www.youtube.com/channel/UCSyosm-WcUPT4LnUIIdqSCw" title="Subscribe to CodeWithChu Youtube Channel" target="_blank">CodeWithChu</a> YouTube Channel.
6+
7+
## Install
8+
9+
```
10+
npm install
11+
```
12+
13+
## NPM Scripts
14+
15+
```
16+
#build script
17+
npm run tw:build
18+
19+
#watch script
20+
npm run tw:watch
21+
22+
#build for production
23+
npm run tw:prod
24+
```
25+
26+
## connect with @codewithchu
27+
28+
- [Website](https://www.arthurchu.ca 'Web Development Tutorials, Tips & Tricks | CodeWithChu Website')
29+
- [YouTube](https://www.youtube.com/channel/UCSyosm-WcUPT4LnUIIdqSCw 'CodeWithChu Youtube Channel')
30+
- [Instagram](https://www.instagram.com/codewithchu/ 'Follow CodeWithChu on Instagram')
31+
- [Twitter](https://twitter.com/codewithchu 'Follow CodeWithChu on Twitter')
32+
- [Facebook](https://www.facebook.com/codewithchu 'Like CodeWithChu on Facebook')
33+
- [Codepen](https://codepen.io/codewithchu 'Follow CodeWithChu on Codepen')

0 commit comments

Comments
 (0)