Atomic Habits

github - 프로젝트 - clone 본문

IT/Git

github - 프로젝트 - clone

체계성 2021. 11. 9. 23:31

1) git bash or 탐색기 주소창 cmd
2) git clone [git 프로젝트 주소] -> 폴더 생성 및 다운로드
3) 다운 받아진 폴더로 이동 : cd 다운받아진 폴더
4) npm install  후  npm start 

Comments