create-tsrouter-vite
v0.0.9
Published
A CLI tool to generate web applications with TanStack Router and Vite
Maintainers
Readme
create-tsrouter-vite
A CLI project to generate an app using TanStack Router and Vite.
How to Use
Make sure you have Bun installed on your system.
bunx --bun create-tsrouter-vite@latestThis template includes:
- TanStack Router - Type-safe routing for React applications
- Vite - Fast build tool and development server
- TypeScript - Static type checking
- Prettier - Code formatting
- ESLint - Code linting and quality checks
- Import aliases - Clean import paths with
@/prefix
