From 786763c987f02fbb27d1c26f8df861f389a2ed9c Mon Sep 17 00:00:00 2001 From: B Karthik Date: Tue, 1 Oct 2024 18:29:07 +0530 Subject: [PATCH] Added React and TypeScript starter kit using vite --- README.md | 1 + docs/basic/setup.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index f7a12534..e6299f23 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,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://vitejs.dev/guide/): `npm create vite@latest my-vite-app -- --template react-ts` #### Try React and TypeScript online diff --git a/docs/basic/setup.md b/docs/basic/setup.md index 10156746..651ac17d 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://vitejs.dev/guide/): `npm create vite@latest my-vite-app -- --template react-ts` ## Try React and TypeScript online