Cómo instalar React con TypeScript
npx create-react-app my-app --template typescript
# or
yarn create react-app my-app --template typescript
Salo Hopeless
npx create-react-app my-app --template typescript
# or
yarn create react-app my-app --template typescript
npx create-react-app my-app --template typescript
# or
yarn create react-app my-app --template typescript
To create typescript version
npx create-react-app my-app --template typescript
# or
yarn create react-app my-app --template typescript