This is a template repository where you have tailwind and vite setup.
Note: Preferred Node version v22
Create a repository by using this template option.
Give a preferred name for your repository.
Do npm i/ yarn i
npm run dev
You're good to go 🚀
if you are unable to run on Mac add in a package.json under scripts section dev: "vite --host 0.0.0.0 --port 5173"
line next
Note: