Answers for "react typescript installation"

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

Code answers related to "TypeScript"

Browse Popular Code Answers by Language