gh-pages1 gh-pages 로 배포하기 https://pages.github.com/ GitHub Pages Websites for you and your projects, hosted directly from your GitHub repository. Just edit, push, and your changes are live. pages.github.com gh-pages를 사용해보자. 1. gh-pages 패키지 설치 yarn add -D gh-pages 2. package.json 에 다음 추가. "homepage" : "https://.github.io/" 3. package.json "scripts"에 다음 추가 "predeploy" : "npm run build", "deploy" : "gh-pages -d build" 최종 pa.. 2021. 7. 17. 이전 1 다음