Answers for "react latest version typescript"

13

how to install react with typescript

npx create-react-app my-app --template typescript

# or
yarn create react-app my-app --template typescript
Posted by: Guest on June-16-2020
0

how to check typescript version for my react-app

Go to the root directory of your project, and run the following command

./node_modules/typescript/bin/tsc -v
Posted by: Guest on October-21-2020

Code answers related to "react latest version typescript"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language