0
Q:

how to install react with typescript

npx create-react-app my-app --template typescript
# or #
yarn create react-app my-app --template typescriptCopy
7
npx create-react-app my-app --template typescript
6
npx create-react-app my-app --template typescript

# or
yarn create react-app my-app --template typescript
8
create-react-app app-name --scripts-version=react-scripts-ts
4
npx create-react-app my-app --template typescript# oryarn create react-app my-app --template typescriptCopy
3

New to Communities?

Join the community