From c0ecc90669cea624342b629bd980fd57c56aa9e5 Mon Sep 17 00:00:00 2001 From: Anmol <88301047+anmol-fzr@users.noreply.github.com> Date: Mon, 7 Aug 2023 22:04:26 +0530 Subject: [PATCH] fix : vite docs link --- docs/basic/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basic/setup.md b/docs/basic/setup.md index 867b3063..ebf409c9 100644 --- a/docs/basic/setup.md +++ b/docs/basic/setup.md @@ -17,7 +17,7 @@ In the cheatsheet we assume you are using the latest versions of React and TypeS React has documentation for [how to start a new React project](https://react.dev/learn/start-a-new-react-project) with some of the most popular frameworks. Here's how to start them with TypeScript: - [Next.js](https://nextjs.org/docs/basic-features/typescript): `npx create-next-app@latest --ts` -- [Vite](https://vitejs.dev/guide/#:~:text=%2C%20react%2C-,react%2Dts,-%2C%20react%2Dswc): `npm create vite@latestt vite-react-ts -- --template react-ts` +- [Vite](https://vitejs.dev/guide): `npm create vite@latestt vite-react-ts -- --template react-ts` - [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-react-native-app -t with-typescript`