So, you wanna build a slick React app with Tailwind and Vite? Good choice.
Here’s your no-BS, step-by-step setup guide. Let’s goooo 🧑💻💨
Because who doesn’t want to install something called “bun”? 🍞
Run this in PowerShell and poof — Bun is yours.
powershell -c "irm bun.sh/install.ps1|iex"
This little gem sets up the whole Vite + Tailwind + React magic.
Install it globally like the boss you are:
bun install -g vite-tailwind-react-setup
Time to conjure your new React app out of thin air.
Just run this — no need for weird rituals.
new-react-app
You’ve got the project. Now let’s feed it some packages.
(Think of it like a software Happy Meal 🍔)
bun install
Now launch that bad boy in dev mode and see the magic happen. ✨
bun run dev
That’s it. You’ve officially entered dev mode.
Time to break things, fix things, and maybe even build something cool. 😎
Made with ❤️ in Aotearoa.