You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This monorepo contains the code for the TanStack Application Builders. For more information on how to contribute to the project, please refer to the [CONTRIBUTING.md](./CONTRIBUTING.md) file.
3
+
This monorepo contains the code for the TanStack Application Builders.
4
+
5
+
# How to Use
6
+
7
+
In your terminal, run the following command and walk through a series of options to create a Tanstack application:
8
+
9
+
```bash
10
+
npx create-tsrouter-app@latest
11
+
```
12
+
13
+
Navigate to `http://localhost:8080` to see your app.
14
+
15
+
# How to Contribute
16
+
17
+
For more information on how to contribute to the project, please refer to the [CONTRIBUTING.md](./CONTRIBUTING.md) guide.
0 commit comments