vrewind
v1.0.3
Published
Instantly scaffold a clean Vite + React + TailwindCSS (v4.1) project.
Readme
vrewind
Instantly scaffold a clean Vite + React + TailwindCSS (v4.1) project.
Usage 💻
npx vrewind my-app
cd my-app
npm run devFeatures ⭐
- 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
Output Structure🏗️
my-app/
├── src/
│ ├── App.jsx
│ ├── App.css
│ ├── index.css
│ ├── main.jsx
│ ├── components/
│ └── pages/
├── tailwind.config.js
├── vite.config.js
├── package.jsonAuthor 📑
Made by @op3kay
License 📝
MIT
