NPX React TypeScript
npx create-react-app my-app --template typescript
# or
yarn create react-app my-app --template typescript
Jash_World
npx create-react-app my-app --template typescript
# or
yarn create react-app my-app --template typescript
npx create-react-app app-name --template typescript
// or using yarn
yarn create react-app app-name --template typescript