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
1npx create-react-app my-app --template typescript
2# or #
3yarn create react-app my-app --template typescriptCopy
1To create typescript version
2npx create-react-app my-app --template typescript
3# or
4yarn create react-app my-app --template typescript
1npx create-react-app my-app --template typescript
2# or
3yarn create react-app my-app --template typescriptCopy