Backend
home

React 기존 프로젝트 git clone 이후 패키지 설치 방법

// yarn 패키지 설치 yarn install // 기타 관련 패키지들 추가 (axios, react-router-dom ...) yarn add styled-components yarn add react-router-dom yarn add axios
Shell
복사