Skip to content

Commit

Permalink
Merge pull request #1 from anmol-fzr/anmol-fzr-patch-1
Browse files Browse the repository at this point in the history
add: vite command & link to basic setup page
  • Loading branch information
anmol-fzr authored Aug 7, 2023
2 parents f0bd7c5 + e675f07 commit 8d049da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/basic/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ In the cheatsheet we assume you are using the latest versions of React and TypeS
React has documentation for [how to start a new React project](https://react.dev/learn/start-a-new-react-project) with some of the most popular frameworks. Here's how to start them with TypeScript:

- [Next.js](https://nextjs.org/docs/basic-features/typescript): `npx create-next-app@latest --ts`
- [Vite](https://vitejs.dev/guide/#:~:text=%2C%20react%2C-,react%2Dts,-%2C%20react%2Dswc): `npm create vite@latestt vite-react-ts -- --template react-ts`
- [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-react-native-app -t with-typescript`
Expand Down

0 comments on commit 8d049da

Please sign in to comment.