create react app typescript

C++
npx create-react-app my-app --template typescript
# or #
yarn create react-app my-app --template typescriptCopynpx create-react-app my-app --template typescript

# or

yarn create react-app my-app --template typescriptnpx create-react-app app-name --template typescript
# or using yarn
yarn create react-app app-name --template typescriptnpx create-react-app my-app --template typescript

# or
yarn create react-app my-app --template typescriptnpx create-react-app my-app --template typescriptnpx create-react-app my-app --template typescript# oryarn create react-app my-app --template typescriptCopy
Source

Also in C++: