I've been trying to add my React App project to Github Pages for a week. After all the prep work and everything that need to be done, I finally got it to show up, well kinda. It actually doesn't show anything, nor does it give me errors. Which leads me to believe that my script
<script src="../dist/bundle.js"></script>
is the culprit. However, the problem is I've never once used bundle.js. I wanted to learn how to use React without using create-react-app, and in doing so I seem to have gotten to far along in the game I'm not even sure how this is supposed to work.
Here is the Github Pages in it's current form
https://kevin6767.github.io/redux-api-opendota2/
EDIT: It now seems to be showing a 404. I'm not even sure why this is not working at this point. I've tried to many different methods.