Basics에서는 React Router v7 생성 및 기본 구조에 대해 설명해주고 있다.

 

 

나 같은 경우에 기존에 다른 프로젝트에서 개발하던 npm이 있어서 version update가 필요했었다.

# npm version 업데이트 필요 시
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
source ~/.bashrc
nvm install --lts
npm install -g npm@11.1.0

 

'SW Dev. > Frontend' 카테고리의 다른 글

[개발 일기] 250307 - Maker 마스터클래스 Introduction  (3) 2025.03.08

+ Recent posts