[REACT] react 설치 방법 변경 본문

code/React.js

[REACT] react 설치 방법 변경

남우p 2022. 5. 13. 10:46
yarn create react-app 폴더명

이전에는 터미널에서 npx create-react-app을 사용했는데, 어느 순간 방식이 바꼈다.

 

yarn create react-app {폴더명} --template typescript

타입스크립트 template 설정

Comments