npm i gh-pages
packjson 파일 -> scripte {
"deploy": "gh-pages -d build",
"predeploy" : "npm run build"
}
npm run build 실행
packjson 파일 -> 맨밑 "homepage" : "https://깃허브username.github.io/깃허브레포지토리"
npm i gh-pages
packjson 파일 -> scripte {
"deploy": "gh-pages -d build",
}
npm run build 실행
packjson 파일 -> 맨밑 "homepage" : "https://깃허브username.github.io/깃허브레포지토리"