TypeScript1 React Typescript 프로젝트 생성 1. 새로운 React TypeScript 프로젝트 만들기 npx create-react-app [프로젝트 명] --template typescript or yarn create react-app [프로젝트 명] --template typescript 1-1. 이미 만들어진 프로젝트에 TypeScript 적용하고 싶다면? 1. 타입 정의 파일 다운 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 2. Typescript 코드 작성을 위한 typescript 패키지 .. 2022. 3. 1. 이전 1 다음