Github Pages & React

Hi all,

I’m having a hell of time trying to figure out how bring React into my github pages. It seems like every site I use offers a different way of bringing in these dependencies and I want to be more comfortable with github pages and their repositories, but I am unable to bring in a .js file into my index.html (with or without) react. I can bring in CSS without issue, but it doesn’t seem to like .js

Help?

If you have bootstrapped your app via create react app, there’s a whole section in the docs about deployment,

with even a step-by-step guide on deployment on GH Pages.

Hope this helps :+1:

1 Like

I actually found that JUST after I posted this. It’s still a bit of a process for me though. We’ll see how it goes