-
-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Labels
Description
Hi, I am trying to deploy my react app to github pages, and I'm running into an issue where the url I provide loads the main index.html, but none of my react scripts. When I open view source on my github pages site I see the main index.html.
I followed the directions given in: create-react-app/packages/react-scripts/template/README.md, and everything worked up to this point. I also notice in my build folder that none of my react scripts are included, so perhaps this is the issue. Please advise.
Here is my git repo
Here is the github pages site
Thanks!