CRA-Typescript

heewon lee·2021년 4월 7일
0
$ # npm을 이용한 방법 
$ npx create-react-app my-app --typescript 

$ # yarn을 이용한 방법
$ yarn create react-app my-app --typescript


// 이후 필요한 패키지
$ yarn add typescript @types/node @types/react @types/react-dom @types/jest
profile
프론트 개발자입니다

0개의 댓글