Skip to content

Commit 7a129f7

Browse files
authored
docs: quickstart (#5286)
1 parent 2817a0c commit 7a129f7

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

docs/start/framework/react/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ title: Getting Started
1515

1616
Choose one of the following options to start building a _new_ TanStack Start project:
1717

18+
- [TanStack Start CLI] - Just run `npm create @tanstack/start@latest`. Local, fast, and optionally customizable
1819
- [TanStack Builder](#) (coming soon!) - A visual interface to configure new TanStack projects with a few clicks
19-
- [TanStack Start CLI](https://github.com/TanStack/create-tsrouter-app/blob/main/cli/create-start-app/README.md) via `npx create-start-app@latest` - Local, fast, and optionally customizable
2020
- [Quick Start Examples](../quick-start) Download or clone one of our official examples
2121
- [Build a project from scratch](../build-from-scratch) - A guide to building a TanStack Start project line-by-line, file-by-file.
2222

docs/start/framework/react/quick-start.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,21 @@ title: Quick Start
55

66
## Impatient?
77

8-
If you're impatient, you can clone and run the [Basic](https://github.com/TanStack/router/tree/main/examples/react/start-basic) example right away with the following commands:
8+
The fastest way to get a Start project up and running is with the cli. Just run
9+
10+
```
11+
pnpm create @tanstack/start@latest
12+
```
13+
14+
or
15+
16+
```
17+
npm create @tanstack/start@latest
18+
```
19+
20+
depending on your package manage of choice. You'll be prompted to add things like Tailwind, eslint, and a ton of other options.
21+
22+
You can also clone and run the [Basic](https://github.com/TanStack/router/tree/main/examples/react/start-basic) example right away with the following commands:
923

1024
```bash
1125
npx gitpick TanStack/router/tree/main/examples/react/start-basic start-basic

0 commit comments

Comments
 (0)