Deploy React project on Github Pages | In 3mins 🔥

Published: 29 June 2023
on channel: Code Heroes
33,028
like

Hello Guys, today in this video I am going to show you how to deploy your react app on Github. I have tried to give simple step-by-step guide in the video.


If you get in issue/error, you can comment down below or email / instagram dm me.
  / _sarthak.r_  

******************************************

Commands:

npm install gh-pages --save-dev
git init
git add .
git status

******************************************

package.json changes:

"homepage": "https://(github username).github.io/(repo name)"
"predeploy": "npm run build"
"deploy": "gh-pages -d build"


I hope you like this video.
If you do, please subscribe to my channel to get more such videos.


Watch video Deploy React project on Github Pages | In 3mins 🔥 online without registration, duration hours minute second in high quality. This video was added by user Code Heroes 29 June 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 33,028 once and liked it like people.