Beginner SvelteKit: Tailwind
ฝัง
- เผยแพร่เมื่อ 9 ก.พ. 2025
- This is Module 7 of the official Vercel Beginner SvelteKit course. We will learn how to add Tailwind to our SvelteKit project.
💻 RESOURCES:
◆ Course Playlist: • Beginner SvelteKit: Co...
◆ Course Module: www.beginnersv...
◆ Module Code: github.com/ver...
🤝 LET’S CONNECT:
◆ Twitter: / steph_dietz_
◆ Website: steph-dietz.com
◆ Github: github.com/Ste...
#sveltekit
Great video. But you can do this with a single command as well with svelte-add "npx svelte-add@latest tailwindcss"
For the extra lazy copy and paste the entire expression:
npm init svelte
npx svelte-add@latest tailwindcss
npm i -y
npm run dev
Last line is optional (output to browser).
Can you please tell us how to add bootstrap like tailwindcss?