프로그래밍/TypeScript1 [TypeScript] 타입스크립트 셋업 Typescript 기반 React 앱 설치 처음 프로젝트를 만든다면 create react app을 만드는 명령어에 --template typescript를 추가로 붙여준다. npx create-react-app 앱 이름 --template typescript // or yarn create react-app 앱 이름 --template typescript 기존 프로젝트에 타입스크립트 추가하기 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 타입스크립트에게 사용.. 2022. 8. 4. 이전 1 다음 728x90