This is it. it's IT.

TypeScript를 리액트 프로젝트에 적용 본문

Frontend/React.js

TypeScript를 리액트 프로젝트에 적용

응애개발자 애기 2022. 4. 1. 17:41
728x90
반응형
npx create-react-app my-app --template typescript

타입스크립트를 적용한 리액트 프로젝트를 만들기 위해서는

다음의 명령어를 터미널에 입력하도록 합니당.

 

 

npm install @types/styled-components

typescript에서 styled-components를 사용할 때 cli로 설치해야할 것

728x90
Comments