Instantly scaffold a clean Vite + React + TailwindCSS (v4.1) project.
npx vrewind my-app
cd my-app
npm run dev- Sets up a fresh Vite + React app
- Cleans boilerplate (removes
assets/,public/, etc.) - Adds TailwindCSS v4.1 pre-configured
- Creates essential folder structure:
components/,pages/ - Injects minimal, production-ready base files
my-app/
βββ src/
β βββ App.jsx
β βββ App.css
β βββ index.css
β βββ main.jsx
β βββ components/
β βββ pages/
βββ tailwind.config.js
βββ vite.config.js
βββ package.json
Made by @op3kay
MIT