Git (2) 썸네일형 리스트형 git과 github 사용법 간단정리 git 설치 git이 설치되어 있지 않다면 설치한다. https://git-scm.com/downloads Git - Downloads Downloads Mac OS X Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific git-scm.com 설치하고 terminal에서 git버전 확인 git 저장소 만들기 git저장소 만들기를 원하는 프.. github.io에 react app 설치하는 법 🌈개발한 react app을 github.io서버에 deploy 하는 법 일단, gh-pages를 설치한다 그리고 package.json 파일을 수정한다 나의 github.io 주소를 추가한다 deploy, predeploy 명령어를 추가한다 deploy는 build폴더를 github에 업로드한다 그러므로 deploy를 실행하기 전에 build폴더를 먼저 생성해줘야한다 deploy를 먼저 실행하면 predeploy가 자동적으로 실행되고, build도 자동적으로 하게됨 deploy를 실행하고 github.io페이지에 가면 react app이 동작하고 있다 😃 이전 1 다음