Having trouble publishing react app on GitHub page

I just pushed and saved my react app source code to GitHub. But I can not publish it on GitHub page after putting that on remote repository. I saw a lot of tutorial/video about it. But couldn’t find what to do after the source code is pushed on remote repository.


How do am I gonna put that on GitHub page?

I had trouble with this kind of thing, too. I tried to create a GitHub page for one of my repositories and when I put the url in the search bar, all it would show me is my README.md file. It is rather frustrating, isn’t it?

1 Like

A picture is worth a thousand words Hope the video helps. Quite simple once you do it 2 or 3 times.

Hope it helps you get going

Peace …Publish Git Pages

1 Like

I would personally suggest using something like Netlify, Vercel, or surge.sh

Anyway, check out the create-react-app docs on deployment for more info (GH pages, etc.)

1 Like

Yeah IT IS!! Would please tell how did you get out from this kind of trouble?

You just created a video for me :smiley: I really appreciate your service. But it still the same :slightly_frowning_face:, I think for react app I need to choose another way.

Thanks a lot. Now it works I appreciate it. But why you personally suggest Netlify, Vercel, or surge.sh. What could go wrong in GitHub?

I still haven’t got out of it. I just had to let it sit for awhile until I came back to it. When I came back to it, I had my mentor (a Senior Development Engineer) walk me through it. Even with his help, I got to a stalemate with it. I will try it again in the near future as I’m applying for jobs and I really want to get my repositories published so I can have a good portfolio.

Have you tried using netlify instead?
That is always my go to option for react apps instead of github pages.
I have a few react apps on there and it is super easy to setup.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.