How can I direct my ghpage to read the index.html file in the public folder created using create-react-app

Viewed 7

I built a wepapp using create-react-app and then I pushed the code to github. Afterward I went to my repo and went to the settings and on settings I went to pages on the left hand side and then I published the site from the pages. Instead of the page to read the index.html located in the react public folder, it's showing the README.md file. Please how can I fix this? I've been doing it before using other files and it worked, this is the first time trying it with create-react-app here is the repo https://github.com/sirEmmyUche/sneakers.git

here is the published site https://siremmyuche.github.io/sneakers/

0 Answers
Related