npx create-react-app 이름 --template typescript
- yarn 쓸 경우
yarn create react-app 이름 --template typescript
yarn add typescript @types/react @types/react-dom