20250331 - 프론트엔드7

jeung9711·2025년 3월 31일
0

LG CNS CAMP

목록 보기
9/10

React

환경 설정

프로그램 설치

  • Node.js (NPM) 설치

  • 설치 후 버전 확인

  • 폴더 위치 확인 후 폴더 생성

    • npx create-react-app .
    • npx create-react-app react-app
  • vs code react-app 폴더 열기

  • 프로젝트 빌드

    • Terminal : npm run start

프로젝트 구성 파일

  • public/index.html
    • <div></div> 하나만 존재
  • src/index.js
    • strictMode 제거 권장
  • src/App.js
    • 하나의 return 반환
    • 여기서 작업
profile
배우는중입니다.

0개의 댓글