We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ddbb0 commit e66d5ceCopy full SHA for e66d5ce
docs/basic/setup.md
@@ -20,7 +20,6 @@ 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