728x90

- 처음 생성

npx create-react-app 이름 --template typescript

 

- yarn 쓸 경우

yarn create react-app 이름 --template typescript

- 기존 프로젝트 변경

yarn add typescript @types/react @types/react-dom
728x90

'코딩 > React' 카테고리의 다른 글

쿠키  (0) 2024.06.18
Redux  (0) 2024.06.18
type  (0) 2024.05.24
React 환경변수  (0) 2024.03.25

+ Recent posts