React 프로젝트 개발환경 세팅하기

김상혁·2021년 5월 25일
0

기능 모아두기

목록 보기
6/6

nodejs 설치
공식 홈페이지 접속 및 원하는 버전 다운로드

설치 후 Git bash 혹은 cmd 환경에서 아래 코드 실행

  1. npm install --global yarn
  2. npm install -g create-react-app
  3. yarn global add create-react-app
  4. yarn add react-scripts
  5. yarn start
  • ctrl + c : 끝내기

0개의 댓글