Deploying a React App to GitHub Pages automatically
It’s still a little tricky to deploy a react application to GitHub Pages. So I will explain some of the nuances, especially about client routing. I will use an app created by create-react-app tool, but you could use the same principles with any other setup. →