Mac으로 시작하는 프로젝트 정리

[Mac] 화면 캡쳐

전체화면: cmd+shift+3
일부화면: cmd+shift+4


create-react-app

특수문자 및 대문자로 프로젝트이름을 설정할 수 없다.

node 버전 변경

nvm use "해당 버전" //ex) 16.12.12

기존 프로젝트를 git에 연결하기

  1. git 초기화: git init
  2. repository 연결: git remote add origin "Git Repository 주소 복붙"
  3. 연결 확인: git remote -v
  4. 이후: git add commit push || git pull

좋은 웹페이지 즐겨찾기