TIL_58_230118

young0_0·2023년 1월 19일
0

TIL

목록 보기
57/91

58일 차 회고

  • React & TypeScript 설치

React & TypeScript 설치

리액트에 타입스크립트 적용하기

기존 리액트에서 타입스트립트 설치

yarn add typescript @types/node @types/react @types/react-dom @types/jest
  • package.json 에 설치 확인
"@types/node": "^16.18.11",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",

새로운 설치

  • 터미널에서 해당 폴더를 만들고 react를 설치한다.
  • 출처
npx create-react-app React-typescript --template typescript

styled-components 설치

  1. 설치
  2. 타입 설치
profile
열심히 즐기자ㅏㅏㅏㅏㅏㅏㅏ😎

0개의 댓글