[Mac] 화면 캡쳐
전체화면: cmd+shift+3
일부화면: cmd+shift+4
create-react-app

특수문자 및 대문자로 프로젝트이름을 설정할 수 없다.
node 버전 변경
nvm use "해당 버전" //ex) 16.12.12
기존 프로젝트를 git에 연결하기
- git 초기화: git init
- repository 연결: git remote add origin "Git Repository 주소 복붙"
- 연결 확인: git remote -v
- 이후: git add commit push || git pull