1npx create-react-app app-name --template typescript
2# or using yarn
3yarn create react-app app-name --template typescript
1npx create-react-app my-app --template typescript
2
3# or
4
5yarn create react-app my-app --template typescript
1npx create-react-app my-app --template typescript
2
3# or
4yarn create react-app my-app --template typescript
1To create typescript version
2npx create-react-app my-app --template typescript
3# or
4yarn create react-app my-app --template typescript