WEB/REACT

[REACT] 리액트 프로젝트 세팅/ 크롬 react 확장 프로그램

자바칩 프라푸치노 2021. 7. 2. 15:02

node install 하기

nvm install [node version]
nvm use [node version]

 

yarn 설치

npm install -g yarn

 

create-react-app설치

yarn add global creat-react-app

 

CRA로 프로젝트 생성

yarn create react-app image-community

 

 


  • Redux devTools

 

  • React developer Tools

 

 

728x90