1. Node.js 설치하기
2. Node.js 설치확인
node -v
3. npm 설치확인
npm -v
4. create-react-app 설치
npm install -g create-react-app
5. create-react-app 설치확인
create-react-app -V
6. react프로젝트를 생성할 경로로 이동후 명령어 실행
npx create-react-app .
7. react프로젝트 실행
npm run start
반응형
'Dev_Study > React' 카테고리의 다른 글
[React] React(리액트)? (0) | 2024.11.20 |
---|---|
[React] 3. 프로젝트 배포하기 (0) | 2021.01.22 |
[React] 2. 프로젝트 구조 (0) | 2021.01.22 |