1) node.js ,npm ,npx 설치
cmd :
npx create-react-app app_name
npm start
브라우저 종료는 ctrl+c
git init 으로 초기화 후 git remote add origin :origin이란 이름으로 원격리모드에 등록
git에 업로드
git add git commit -m "~~" git push origin master
화살표 현상시 ls-al로 확인 후 rm -rf.git 명령어로 해당 파일 제거 git rm --cached . -rf 로 스테이지 파일 삭제
화살표 현상시
ls-al로 확인 후 rm -rf.git 명령어로 해당 파일 제거
git rm --cached . -rf 로 스테이지 파일 삭제