Easily Set Up Tailwind CSS with Vanilla JavaScript in 10 Minutes

preview_player
Показать описание
It only takes a few minutes to set up Tailwind CSS with Vanilla JavaScript! You've probably used Tailwind CSS with a framework like React or Vue, but have you ever used it with Vanilla JavaScript? In this video, we'll walk through how to easily set it up!

_____________________________________________

Newsletter 🗞
Interested in exclusive content and discounts? 🤯 Sign up for the newsletter!
_____________________________________________

Connect with me 😀
_____________________________________________

COURSES 💻
Рекомендации по теме
Комментарии
Автор

This has to be best video out there on tailwind setup for vanilla HTML
Thanks James really appreciate.

arniyhjs
Автор

Thanks for the tutorial. I only heard of Tailwind but never worked with it. But, man, is this such a cumbersome setup....

arielspalter
Автор

so far the best video on tailwind installation on youtube :)

dsadecoded
Автор

Yes Sir, more TailwindCSS please. BTW any trick to get rid of the @tailwind directive warning in the CSS file in VS Code?

noopurp
Автор

Hey James! Great video!

Mind me asking which theme you’re using here?

ngonimugumwa
Автор

i am using tailwind css with next js but when i deploy my website the tailwind css not working it do not get pplied in my website how to solve

mayanksaxena
Автор

Could you please tell the camera model, lens and mic you use?

blackpro
Автор

How do I get the rotating courser thing

ceocodes
Автор

3:34 whats 731.8k (gzipped:91.2k) file size? Which extension?

shariquekhanoriginal
Автор

"watch `npm run build` ./dist" not working for me. there is no folder named dist. no such file or directory,

rajmohans
Автор

absolute nightmare tailwind to setup. i've followed every video on installing this and it's hopeless. Followed your instructions exactly.

davejones
Автор

One quick suggestion:

_const purge = process.env.NODE_ENV === 'production' ? true : false_

can be transformed into

_const purge = process.env.NODE_ENV === 'production'_

noopurp
Автор

I'm not sure what this has to do with using JS and tailwind at the same time but thank you

BlenderHelixAlpha
Автор

You have mastered the art of creating Thumbnails

programmercouple
Автор

Hey, what theme are you using? Looks cool. Also, this is amazing

ericzorn
Автор

Yeah, it works, but what is the point of it, if i cannot use tailwind JS?

areyousureyouareawake
Автор

what font that you used in your vscode? great video and explanation btw

bryanltobing
Автор

Why not just use vite it is great for setting up boilerplate and then we can setup tailwinds

rohitjadhav
Автор

How is this vanilla js? Vanilla js is a blank html file with a script tag. You rattled off like 5 different dependencies, along with entire npm setup.

justingiovanetti
Автор

npx tailwindcss -o tailwind.css --watch

iiPumpkin