react 환경 설정

jaegwan.kim·2021년 6월 6일
0

react 클론코딩

목록 보기
1/7

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

profile
focusing

1개의 댓글

comment-user-thumbnail
2021년 12월 14일

화살표 현상시
ls-al로 확인 후 rm -rf.git 명령어로 해당 파일 제거
git rm --cached . -rf 로 스테이지 파일 삭제

답글 달기

관련 채용 정보