An open API service indexing awesome lists of open source software.

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

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.