create-react-router7
v1.0.2
Published
[](https://www.npmjs.com/package/create-react-router7) [](https://www.npmjs.com/package/create-react-router7) [!
Maintainers
Readme
create-react-router7
Production-ready React Router v7 starter template with modern tooling and best practices built-in.
Quick Start
pnpm create rr7 my-app
cd my-app
pnpm devTemplate Repository
This CLI scaffolds the official template:
https://github.com/ahmdhndr/react-router-v7-starter
You can fork or use the template directly if you prefer manual setup.
What You Get
- React Router v7 (SSR-ready)
- Vite + TypeScript
- TailwindCSS v4 (minimal base style)
- shadcn/ui preconfigured
- ESLint + Prettier (strict)
- Husky + lint-staged
- Zod environment validation
- Production-ready structure
Requirements
- Node.js 18+
- pnpm
CLI Usage
pnpm create react-router7 new <project-name>Example:
pnpm create react-router7 new my-appAfter Scaffolding
cd my-app
pnpm dev