File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ React has documentation for [how to start a new React project](https://react.dev
161
161
- [ Remix] ( https://remix.run/docs/tutorials/blog ) : ` npx create-remix@latest `
162
162
- [ Gatsby] ( https://www.gatsbyjs.com/docs/how-to/custom-configuration/typescript/ ) : ` npm init gatsby --ts `
163
163
- [ 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 `
164
165
165
166
#### Try React and TypeScript online
166
167
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ React has documentation for [how to start a new React project](https://react.dev
20
20
- [ Remix] ( https://remix.run/docs/tutorials/blog ) : ` npx create-remix@latest `
21
21
- [ Gatsby] ( https://www.gatsbyjs.com/docs/how-to/custom-configuration/typescript/ ) : ` npm init gatsby --ts `
22
22
- [ 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 `
23
24
24
25
## Try React and TypeScript online
25
26
You can’t perform that action at this time.
0 commit comments