티스토리 뷰

개발일지

react 프로젝트 주기 - github 배포

문정동전두엽 2021. 3. 26. 17:48

(npm i gh-pages 로 gh-pages 설치가 되어있어야함)

 

packages.json에

{

"homepage""https://{id}.github.io/{project_name}"

"scripts": {

    "start""react-scripts start",

    "build""react-scripts build",

    "eject""react-scripts eject"

    "predeploy""npm run build",

 

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

  },

추가 후 

 

npm run deploy

 

끝! 

공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/04   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30
글 보관함