Skip to content

Commit 6ebfce6

Browse files
committed
chore(examples): align starter metadata and docs with current flows
1 parent 7606ba4 commit 6ebfce6

10 files changed

Lines changed: 17 additions & 17 deletions

File tree

examples/react-cra/blog-starter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To run this application:
66

77
```bash
88
pnpm install
9-
pnpm start
9+
pnpm dev
1010
```
1111

1212
# Building For Production

examples/react-cra/blog-starter/starter-info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@content-collections/vite": "^0.2.8"
2323
}
2424
},
25-
"dependsOn": ["shadcn", "start"],
25+
"dependsOn": ["shadcn"],
2626
"typescript": true,
2727
"tailwind": true,
2828
"banner": ".starter/banner.png"

examples/react-cra/blog-starter/starter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@content-collections/vite": "^0.2.6"
2323
}
2424
},
25-
"dependsOn": ["shadcn", "start"],
25+
"dependsOn": ["shadcn"],
2626
"typescript": true,
2727
"tailwind": true,
2828
"files": {

examples/react-cra/ecommerce-starter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To run this application:
66

77
```bash
88
npm install
9-
npm run start
9+
npm run dev
1010
```
1111

1212
# Building For Production
@@ -33,7 +33,7 @@ This project uses [Tailwind CSS](https://tailwindcss.com/) for styling.
3333

3434
# TanStack Chat Application
3535

36-
Am example chat application built with TanStack Start, TanStack Store, and Claude AI.
36+
An example chat application built with TanStack Start, TanStack Store, and Claude AI.
3737

3838
## .env Updates
3939

examples/react-cra/ecommerce-starter/starter-info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"streamdown": "^1.6.5"
2323
}
2424
},
25-
"dependsOn": ["tanchat", "start", "store"],
25+
"dependsOn": ["tanchat", "store"],
2626
"typescript": true,
2727
"tailwind": true,
2828
"banner": ".starter/banner.png"

examples/react-cra/ecommerce-starter/starter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"warning": "",
1515
"type": "starter",
1616
"packageAdditions": {},
17-
"dependsOn": ["tanchat", "start", "store"],
17+
"dependsOn": ["tanchat", "store"],
1818
"typescript": true,
1919
"tailwind": true,
2020
"files": {

examples/react-cra/registry-with-add-ons.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
"starters": [
33
{
44
"name": "e-Commerce",
5-
"description": "A starter project for React with CRA",
5+
"description": "An e-commerce starter for TanStack React",
66
"url": "./ecommerce-starter/starter.json",
77
"banner": "./ecommerce-starter/.starter/banner.png",
88
"mode": "file-router",
99
"framework": "react-cra"
1010
},
1111
{
1212
"name": "Blog",
13-
"description": "A blog starter for Tanstack React Start",
13+
"description": "A blog starter for TanStack React",
1414
"url": "./blog-starter/starter.json",
1515
"banner": "./blog-starter/.starter/banner.png",
1616
"mode": "file-router",
1717
"framework": "react-cra"
1818
},
1919
{
2020
"name": "Resume",
21-
"description": "A resume starter for Tanstack React Start",
21+
"description": "A resume starter for TanStack React",
2222
"url": "./resume-starter/starter.json",
2323
"banner": "./resume-starter/.starter/banner.png",
2424
"mode": "file-router",
@@ -28,16 +28,16 @@
2828
"add-ons": [
2929
{
3030
"name": "Legend State",
31-
"description": "A Legend State add-on for Tanstack React Start",
31+
"description": "A Legend State add-on for TanStack React",
3232
"url": "./legend-state-add-on/add-on.json",
33-
"modes": ["code-router", "file-router"],
33+
"modes": ["file-router"],
3434
"framework": "react-cra"
3535
},
3636
{
3737
"name": "MUI",
38-
"description": "A MUI add-on for Tanstack React Start",
38+
"description": "A MUI add-on for TanStack React",
3939
"url": "./mui-add-on/add-on.json",
40-
"modes": ["code-router", "file-router"],
40+
"modes": ["file-router"],
4141
"framework": "react-cra"
4242
}
4343
]

examples/react-cra/resume-starter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To run this application:
66

77
```bash
88
npm install
9-
npm run start
9+
npm run dev
1010
```
1111

1212
# Building For Production

examples/react-cra/resume-starter/starter-info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@content-collections/vite": "^0.2.8"
2727
}
2828
},
29-
"dependsOn": ["start", "shadcn"],
29+
"dependsOn": ["shadcn"],
3030
"typescript": true,
3131
"tailwind": true,
3232
"banner": ".starter/banner.png"

examples/react-cra/resume-starter/starter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@content-collections/vite": "^0.2.6"
2727
}
2828
},
29-
"dependsOn": ["start", "shadcn"],
29+
"dependsOn": ["shadcn"],
3030
"typescript": true,
3131
"tailwind": true,
3232
"files": {

0 commit comments

Comments
 (0)