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.