https://github.com/tanstack/create-tsrouter-app
Create-tsrouter-app is drop-in replacement for create-react-app that builds TanStack Router based SPA applications
https://github.com/tanstack/create-tsrouter-app
Last synced: 3 days ago
JSON representation
Create-tsrouter-app is drop-in replacement for create-react-app that builds TanStack Router based SPA applications
- Host: GitHub
- URL: https://github.com/tanstack/create-tsrouter-app
- Owner: TanStack
- License: mit
- Created: 2025-02-14T20:27:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-05T17:35:25.000Z (7 months ago)
- Last Synced: 2025-06-05T18:35:52.251Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 28.3 MB
- Stars: 903
- Watchers: 8
- Forks: 51
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# TanStack Application Builders
This monorepo contains the code for the TanStack Application Builders.
# How to Use
In your terminal, run the following command and walk through a series of options to create a Tanstack application:
```bash
npx create-tsrouter-app@latest
```
Navigate to `http://localhost:8080` to see your app.
# How to Contribute
For more information on how to contribute to the project, please refer to the [CONTRIBUTING.md](./CONTRIBUTING.md) guide.