본문 바로가기

카테고리 없음

[1일차] Create React App으로 리액트 프로젝트 시작하기

0. 경로에 폴더를 생성하고, management라는 폴더를 생성했다. 

   >npm install -g create-react-app

   >create-react-app management


1. yarn start 명령으로 서버를 구동시킨다. 


2. 이전에 반드시 npm install -g yarn을 해주어야 한다.






참고 - 유튜브 <동빈나>