DEV Community

Rebeka Meszaros
Rebeka Meszaros

Posted on

My URL

Hi Ibrahim, thanks for the help. I have managed to deploy my react app to GitHub pages. My question is the following: How do I just get a URL for the deployed page? I don't want people to have to go on localhost3000 but be able to just click the URL and visit the site directly. Many thanks!

Top comments (2)

Collapse
 
shane profile image
Shane McGowan • Edited

If you have correctly deployed it to your github pages then it can be found under YOUR_USERNAME.github.io

I can see that you don't have github pages set up correctly as this leads to a 404 page akeber89.github.io/

You need to create a public repo called akeber89.github.io and make sure you have an index.html file in there

Collapse
 
thomasbnt profile image
Thomas Bnt ☕

You may get better visibility by adding the #help tag to your post, in addition to any relevant technology tags.