-
-
Notifications
You must be signed in to change notification settings - Fork 27.1k
React Scripts Left Out of Github Pages Deployment #2418
Copy link
Copy link
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!
Reactions are currently unavailable