-
(React) 11 - 프로젝트 생성개발/React 2024. 2. 20. 22:04
1. node.js 설치
Node.js
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
nodejs.org
node -v 로 설치 여부 확인 가능
2. vs_code 설치
https://code.visualstudio.com/
Visual Studio Code - Code Editing. Redefined
Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
code.visualstudio.com
3. npm install -g npx (없는 사람만)
npx -v 로 확인 가능
4. npx create-react-app (원하는 프로젝트 이름)
'개발 > React' 카테고리의 다른 글
(React) 10 - 감정 일기장 프로젝트 2 (1) 2024.02.16 (React) 9 - 감정 일기장 프로젝트 1 (0) 2024.02.14 (React) 8 - 간단한 일기장 프로젝트 (0) 2024.02.13 (React) 6 - React 학습 정리 및 복습 (2) 2024.02.07 (React) 5 - React 오프라인 교육 2 (0) 2024.02.05