1. New Repository 생성 후 연결

echo "# <레포지토리명>" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin <레포지토리 주소>
git push -u origin main

2. gh-pages 모듈 설치

$ npm i gh-pages --save-dev

3. package.json 수정

4. 배포하기

$ npm run build
$ npm run deploy

5. 배포된 페이지 확인하기

Repositorybranch 확인 (gh-pages)SettingsPagesGitHub Pages