728x90
반응형
npm install gh-pages --save-dev
package.json에 추가
"private": true,
"homepage": "https://{깃허브 유저 이름}.github.io/{저장소 이름}/",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"deploy": "gh-pages -d build",
npm run build
npm run deploy
위 홈페이지 url 사용해도 되고
github 에 branch 중 gh-pages > settings > page 에 주소 있음
무료 호스팅 좋아요~
728x90
반응형
'Git' 카테고리의 다른 글
GitHub 에서 패키지 Release 하는 법 (0) | 2024.04.01 |
---|---|
Git User 확인 및 SSH 설정 (1) | 2021.05.26 |