{"id":21868,"library":"react-vite","title":"React Vite","description":"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.","status":"active","version":"0.0.5","language":"javascript","source_language":"en","source_url":"https://github.com/aouos/react-vite","tags":["javascript","react+vite","react","vite","cli"],"install":[{"cmd":"npm install react-vite","lang":"bash","label":"npm"},{"cmd":"yarn add react-vite","lang":"bash","label":"yarn"},{"cmd":"pnpm add react-vite","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"Used via CLI, not programmatic import. Run with npx to scaffold a project.","symbol":"react-vite","correct":"npx react-vite <project-name>"}],"quickstart":{"code":"npx react-vite my-app\ncd my-app\nnpm install\nnpm run dev","lang":"typescript","description":"Scaffold a new React + Vite project using the CLI, install dependencies, and start dev server."},"warnings":[{"fix":"Use npx react-vite or install globally with `npm install -g react-vite`.","message":"Package is a CLI tool; do not install as a runtime dependency.","severity":"gotcha","affected_versions":""},{"fix":"Pin version or check template compatibility after updates.","message":"Very early stage (v0.0.5); API and templates may change without notice.","severity":"gotcha","affected_versions":""}],"env_vars":null,"last_verified":"2026-04-27T00:00:00.000Z","next_check":"2026-07-26T00:00:00.000Z","problems":[{"fix":"Run with npx: `npx react-vite my-app`","cause":"Not installed or not using npx.","error":"command not found: react-vite"},{"fix":"Ensure you run in an empty or project directory.","cause":"Missing package.json in target directory.","error":"npm ERR! code ENOENT"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}