반응형 무료1 [GitHub Pages] 깃헙 페이지로 react 프로젝트 무료로 배포하기 # React 프로젝트 생성 & GitHub 저장소 생성 & GitHub Page 설정 1. React 프로젝트 생성 npx create-react-app my-app-name * npx는 npm 5.2+ 버전의 패키지 실행도구 2. github repository 생성 3. 프로젝트 경로 로컬 git 추가 git init git add . git commit -m 'initial commit' 4. 원격 저장소와 연결 git remote add origin https://remoterepositoryurl.git git push origin master 5. gh-pages 패키지 설치(깃헙 페이지) npx npm install gh-pages --save gh-pages Publish to a gh-.. 2022. 1. 25. 이전 1 다음