From 90cb2c0c27a80233b5e91cfc0d2ba24ac655ab5e Mon Sep 17 00:00:00 2001 From: Fathy Muhamed <30300959+FathyMuhamed@users.noreply.github.com> Date: Wed, 13 Nov 2024 22:40:47 +0200 Subject: [PATCH] Add Vite template to React and TypeScript starter kits --- docs/basic/setup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/basic/setup.md b/docs/basic/setup.md index 10156746..7bdebcf7 100644 --- a/docs/basic/setup.md +++ b/docs/basic/setup.md @@ -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://vite.dev/guide/): `npm create vite@latest my-react-app -- --template react-ts` ## Try React and TypeScript online