Typescript를 사용하는 React 프로젝트를 시작하려면 아래의 명령어를 입력해주시면 됩니다.
npx create-react-app my-app --template typescript
기존에 create-react-app을 이용해서 일반적인 프로젝트 생성을 했는데, 뒤에 추가로 --template typescript를 붙여준 것이죠.
출처: https://create-react-app.dev/docs/getting-started
'웹 > React' 카테고리의 다른 글
[React] .js vs .jsx (0) | 2021.12.27 |
---|---|
[React] Jest 캐시 지우는 명령어 (0) | 2021.09.22 |
[React] 클래스형 컴포넌트의 생명 주기(LifeCycle) (0) | 2021.08.24 |
[React] Prefer default export import/prefer-default-export (0) | 2021.06.18 |
[React] useEffect cleanup 함수의 참조 문제 (0) | 2021.06.17 |