React.JS) 1. 프로젝트 생성하기

송민경's avatar
Sep 22, 2024
React.JS) 1. 프로젝트 생성하기

1. node.JS 설치하기

 

2. 프로젝트 생성하기

  • Node.JS 설치하기
npx create-react-app movie-web
notion image
notion image
 

3. 프로젝트로 이동하기

cd movie-web
 

4. 실행하기

npm run start
  • 두 가지 옵션(onAfterSetupMiddlewareonBeforeSetupMiddleware)이 더 이상 권장되지 않으며, 대신 setupMiddlewares 옵션을 사용해야 한다는 경고
    • 업데이트 해되 되고 안해도 오류가 나진 않음
      • npm update
notion image
notion image
notion image
notion image
Share article
RSSPowered by inblog