React + Typescript 시작하기

jungGone·2021년 1월 12일
0

React + Typescript

목록 보기
1/3
post-thumbnail

📌 프로젝트 시작하기

CRA로 프로젝트 시작하기

npx create-react-app my-app --template typescript
or
yarn create react-app my-app --template typescript

위 코드를 루트 터미널에서 실행시켜 줍니다.

CRA에 --template typescript을
붙여줌으로 타입스크립트 기반 리액트 프로젝트를 쉬게 만들어 볼 수 있습니다.

profile
프런트개발 좋아~

0개의 댓글