Specify 'homepage' on package.json as
"homepage": "."
Do the build again
In case it doesn't work,
if you're using react-router and trying to open index.html directly in
the browser (or using electron, which essentially does that), in addition
to setting homepage as others have suggested, replace your BrowserRouter
with a HashRouter