1. 만들고자 하는 폴더에서 yarn 으로 yarn 설치
-> yarn 패키지를 사용할 것 이라는 점
.2. yarn init (만들고자 하는 폴더 가서)
-> node_modules와 package.json 파일 생성
3.yarn add global create-react-app
create-react-app 이라는 모듈 설치해주고
4. yarn create-react-app 앱이름
시작
'웹' 카테고리의 다른 글
[Node JS] 간단한 기본정리 Part 1 [html 동사,라우터,미들웨어] (0) | 2022.07.28 |
---|---|
React 오류Uncaught TypeError: Cannot read properties of undefined (reading 'filter') (0) | 2022.07.22 |
[React 개발 기록장][7번째 이야기] sass로 CSS 적용하기 (0) | 2022.07.02 |
[React 개발 기록장][6번째 이야기] 이벤트 처리하기 (0) | 2022.07.02 |
[React 개발 기록장][5번째 이야기] 속성값 type + default 정의하기 (0) | 2022.07.02 |