Skip to content

Commit 90cb2c0

Browse files
authored
Add Vite template to React and TypeScript starter kits
1 parent 6b69a32 commit 90cb2c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: docs/basic/setup.md

+1
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://vite.dev/guide/): `npm create vite@latest my-react-app -- --template react-ts`
2324

2425
## Try React and TypeScript online
2526

0 commit comments

Comments
 (0)