Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ React has documentation for [how to start a new React project](https://react.dev
- [Remix](https://remix.run/docs/tutorials/blog): `npx create-remix@latest`
- [Gatsby](https://www.gatsbyjs.com/docs/how-to/custom-configuration/typescript/): `npm init gatsby --ts`
- [Expo](https://docs.expo.dev/guides/typescript/): `npx create-expo-app -t with-typescript`
- [Vite](https://vitejs.dev/guide/): `npm create vite@latest my-vite-app -- --template react-ts`

#### Try React and TypeScript online

Expand Down
1 change: 1 addition & 0 deletions docs/basic/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ React has documentation for [how to start a new React project](https://react.dev
- [Remix](https://remix.run/docs/tutorials/blog): `npx create-remix@latest`
- [Gatsby](https://www.gatsbyjs.com/docs/how-to/custom-configuration/typescript/): `npm init gatsby --ts`
- [Expo](https://docs.expo.dev/guides/typescript/): `npx create-expo-app -t with-typescript`
- [Vite](https://vitejs.dev/guide/): `npm create vite@latest my-vite-app -- --template react-ts`

## Try React and TypeScript online

Expand Down
Loading