본문 바로가기
자료

[자료] React 세팅하기

by 소리쿤 2022. 10. 30.

0. create-react-app

 

https://create-react-app.dev/

 

Create React App

Set up a modern web app by running one command.

create-react-app.dev

 

1. 명령어 활용 위한 nodejs 설치

 

https://nodejs.org/ko/

 

Node.js

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

nodejs.org

 

2. 환경변수 확인

3. 폴더에 npx create-react-app (프로젝트 폴더명)

 

4. 생성된 프로젝트 폴더 내에서 npm start 수행

 

성공