npx create-react-app ts code example
Example 1: npx create-react-app
npx create-react-app my-app
cd my-app
npm start
Example 2: npx create-react-app typescript
react typescript
npx create-react-app my-app
cd my-app
npm start
react typescript