[Solved] Deploy React app with JSON-server as backend

Before building set your “homepage” in package.json to “https://jmiguelcastellanosj.github.io/ap-m”, this will let github pages load your files properly. Also if your routing doesn’t work properly, in each of your routes add “/ap-m” in front of your path (So path=”https://stackoverflow.com/” becomes path=”/ap-m”) 1 solved Deploy React app with JSON-server as backend

[Solved] Why not create github.io (github page)

When I create a GitHub-page, the URL is https://adarkhero.github.io/PROJECTNAME/ – So, try adding the name of your project to the URL (Like https://khkong.github.io/testproject). You can also see the link to your GitHub-page in the settings of your repository. 4 solved Why not create github.io (github page)