0
Q:

create-react-app 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
npx create-react-app my-app --template typescript

# or

yarn create react-app my-app --template typescript
1
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
npm install --save typescript @types/node @types/react @types/react-dom @types/jest
0

New to Communities?

Join the community