본문 바로가기
웹/React

[React] Typescript를 이용해 React 프로젝트 만들기

by 테크케찰 2021. 6. 13.

Typescript를 사용하는 React 프로젝트를 시작하려면 아래의 명령어를 입력해주시면 됩니다.

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

기존에 create-react-app을 이용해서 일반적인 프로젝트 생성을 했는데, 뒤에 추가로 --template typescript를 붙여준 것이죠.

 

출처: https://create-react-app.dev/docs/getting-started

 

Getting Started | Create React App

Create React App is an officially supported way to create single-page React

create-react-app.dev