GitHunt
AN

anburocky3/vite-tw

Scaffold a Vite + Tailwind CSS project instantly

vite-tailwind

Scaffold a clean Vite + Tailwind CSS project in seconds.

Features

  • Minimal, ready-to-run Vite + Tailwind starter
  • Polished default UI that is easy to customize
  • Works with npm, pnpm, yarn, or bun

Quick start

Pick the command that matches your tool:

npx vite-tw
pnpm dlx vite-tw
yarn dlx vite-tw
bunx vite-tw

What it creates

my-app/
	index.html
	package.json
	postcss.config.js
	src/
		global.css
		main.js

Next steps

The CLI prints the correct install and dev commands based on the package manager you used.

Notes

  • Tailwind v4 is configured via @import "tailwindcss" in src/global.css.
  • The default entry is src/main.js.

License MIT

Author:

Anbuselvan Annamalai

Languages

TypeScript100.0%

Contributors

MIT License
Created February 13, 2026
Updated February 18, 2026