Skip to content

Commit 786763c

Browse files
committed
Added React and TypeScript starter kit using vite
1 parent 828ac1f commit 786763c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ React has documentation for [how to start a new React project](https://react.dev
161161
- [Remix](https://remix.run/docs/tutorials/blog): `npx create-remix@latest`
162162
- [Gatsby](https://www.gatsbyjs.com/docs/how-to/custom-configuration/typescript/): `npm init gatsby --ts`
163163
- [Expo](https://docs.expo.dev/guides/typescript/): `npx create-expo-app -t with-typescript`
164+
- [Vite](https://vitejs.dev/guide/): `npm create vite@latest my-vite-app -- --template react-ts`
164165

165166
#### Try React and TypeScript online
166167

docs/basic/setup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ React has documentation for [how to start a new React project](https://react.dev
2020
- [Remix](https://remix.run/docs/tutorials/blog): `npx create-remix@latest`
2121
- [Gatsby](https://www.gatsbyjs.com/docs/how-to/custom-configuration/typescript/): `npm init gatsby --ts`
2222
- [Expo](https://docs.expo.dev/guides/typescript/): `npx create-expo-app -t with-typescript`
23+
- [Vite](https://vitejs.dev/guide/): `npm create vite@latest my-vite-app -- --template react-ts`
2324

2425
## Try React and TypeScript online
2526

0 commit comments

Comments
 (0)