diff --git a/docs/basic/setup.md b/docs/basic/setup.md index 7bdebcf7..10156746 100644 --- a/docs/basic/setup.md +++ b/docs/basic/setup.md @@ -20,7 +20,6 @@ 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://vite.dev/guide/): `npm create vite@latest my-react-app -- --template react-ts` ## Try React and TypeScript online