npx create-react-app my-app --template typescript or yarn create react-app my-app --template typescript
위 코드를 루트 터미널에서 실행시켜 줍니다.
CRA에 --template typescript을 붙여줌으로 타입스크립트 기반 리액트 프로젝트를 쉬게 만들어 볼 수 있습니다.