We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b69a32 commit 90cb2c0Copy full SHA for 90cb2c0
docs/basic/setup.md
@@ -20,6 +20,7 @@ React has documentation for [how to start a new React project](https://react.dev
20
- [Remix](https://remix.run/docs/tutorials/blog): `npx create-remix@latest`
21
- [Gatsby](https://www.gatsbyjs.com/docs/how-to/custom-configuration/typescript/): `npm init gatsby --ts`
22
- [Expo](https://docs.expo.dev/guides/typescript/): `npx create-expo-app -t with-typescript`
23
+- [Vite](https://vite.dev/guide/): `npm create vite@latest my-react-app -- --template react-ts`
24
25
## Try React and TypeScript online
26
0 commit comments