Skip to content

owlpharoah/VRewind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

vrewind

Instantly scaffold a clean Vite + React + TailwindCSS (v4.1) project.

Usage πŸ’»

npx vrewind my-app
cd my-app
npm run dev

Features ⭐

  • 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.json

Author πŸ“‘

Made by @op3kay

License πŸ“

MIT

About

npm package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published