A CLI tool to quickly scaffold React projects using Vite with pre-configured templates. Current stable version is 0.0.5, with slow release cadence. Differentiators: offers curated templates for React + Vite setups, simplifying initial configuration compared to manual Vite setup or Create React App. Lightweight CLI focused on React ecosystem.
npm install react-viteVerified import paths — ran on the pinned version, not inferred.
Scaffold a new React + Vite project using the CLI, install dependencies, and start dev server.
Use npx react-vite or install globally with `npm install -g react-vite`.
Pin version or check template compatibility after updates.
Run with npx: `npx react-vite my-app`
Ensure you run in an empty or project directory.
No dependency data recorded yet.