본문 바로가기

카테고리 없음

git Publishing

npm i gh-pages

 

packjson 파일 -> scripte {

"deploy": "gh-pages -d build",

"predeploy" : "npm run build"

  } 

 

npm run build 실행

 

packjson 파일  -> 맨밑 "homepage" : "https://깃허브username.github.io/깃허브레포지토리"