Loading repository data…
Loading repository data…
Avijit07x / repository
Instantly scaffold a modern Vite + React + TypeScript/JavaScript + Tailwind CSS v4 project with a single CLI command. Minimal boilerplate. Super fast.
Scaffold a modern Vite + React + Tailwind/Bootstrap app in seconds — zero config, interactive setup
A zero-config CLI to instantly scaffold a modern front-end project with Vite, React (JavaScript or TypeScript), and your choice of Tailwind CSS v4 (with the new @tailwindcss/vite plugin) or Bootstrap v5 — or no CSS framework at all.
Optional extras: Lucide or Huge Icons, React Router, Redux Toolkit or Zustand, and Axios.
Unnecessary files and assets are auto-cleaned, so you get a fresh, production-ready workspace in seconds.
App.jsx / App.tsx, clean folder, and CSS framework imported for youusing npm:
npm create vrtw@latest
using bun:
bun create vrtw
using pnpm:
pnpm create vrtw
using yarn:
yarn create vrtw
or if installed globally:
create-vrtw
Prompts for your project name
Asks: JavaScript or TypeScript?
Asks which CSS framework you want to use:
Optionally: Install
Creates a Vite + React app (chosen language)
Installs your chosen CSS framework, and configures everything for it:
Wipes out unnecessary default files:
src/App.css, all of public/src/App.jsx / src/App.tsx and src/index.cssYour starting App component matches your CSS framework
If you choose at the prompt, the following will also be installed:
These are optional – just answer “yes” at the prompt!
Got feedback or want to add features?
Open an issue or pull request!
MIT
Enjoy building fast, clean React UIs—with zero fuss!