I realize this question has been asked multiple times but nothing has worked for me...
I\'m trying to create a static build of a create-react-app projec
i have faced kind of same issue when i want deploy my react app to github-pages :- its need's follow few guidelines
Repository name should be in small latter
If project name same as repo name that usefull
affffd { "predeploy": "npm run build", "deploy": "gh-pages -d build" } on package.json
add homepage script at the starting of the package.json
{ "homepage": "http://[Username].github.io/[reponame]", "name": "--", "version": "--", "private": boolean, }