Skip to content

Commit

Permalink
Added React and TypeScript starter kit using vite
Browse files Browse the repository at this point in the history
  • Loading branch information
BKarthik7 committed Oct 1, 2024
1 parent 828ac1f commit 786763c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions docs/basic/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 786763c

Please sign in to comment.