Front-end/ReactJS 마스터클래스

[React] Typescript

탱 'ㅅ' 2024. 1. 17. 11:56

- TS 포함한 프로젝트 생성

npx create-react-app my-app --template typescript

 

 

- 기존 프로젝트에 TS 추가

 

npm install --save typescript @types/node @types/react @types/react-dom @types/jest

 

모든 파일의 확장자 .js → .ts 로 변경 

'Front-end > ReactJS 마스터클래스' 카테고리의 다른 글

[React] Styled Components  (0) 2024.01.16