DEV Community

Discussion on: How to deploy React App to GitHub Pages

 
andrii profile image
Andrii • Edited

So, I have my React app in separate folder my-app, when I'm trying to upload it to GitHub, I see this:
dev-to-uploads.s3.amazonaws.com/i/...

Thread Thread
 
andrii profile image
Andrii

Update: issue was solved with:
git push -f origin master

But, still andrii1.github.io/my-app is not live..
github.com/andrii1/my-app