Backend
Algorithm
Project
codesche’s blog
/
ETC
/
블로그 전체 게시물 정리
/
Notes
/
Frontend
/
React 기존 프로젝트 git clone 이후 패키지 설치 방법
Backend
Algorithm
Project
codesche’s blog
/
ETC
/
블로그 전체 게시물 정리
/
Notes
/
Frontend
/
React 기존 프로젝트 git clone 이후 패키지 설치 방법
Share
Backend
Algorithm
Project
✅
React 기존 프로젝트 git clone 이후 패키지 설치 방법
//
yarn
패키지 설치
yarn
install
// 기타 관련 패키지들 추가
(
axios, react-router-dom
..
.
)
yarn
add
styled-components
yarn
add
react-router-dom
yarn
add
axios
Shell
복사