curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash 위 명령어 실행 후, nvm -v를 통해 설치 되었는지 확인 nvm install 14 node -v를 통해 버전 확인 npx create-react-app my-app my-app폴더가 생성될 것임 cd my-app npm run start # 실행 ### 추가 설치 cd my-app npm install react-router-dom@6 라우터 기능 설치해줌