Q:

add typescript in create react app

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
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
npm install --save typescript @types/node @types/react @types/react-dom @types/jest
# or
yarn add typescript @types/node @types/react @types/react-dom @types/jest
0
react typescript
0

New to Communities?

Join the community