When I try to deploy a CRA with npm run build everything works fine, but when I head to localhost:5000, I get 404 Requested path could not be found, and in dev. console Failed to load resource: the server responded with a status of 404 (Not Found).
How should I deploy my CRA's? Everything works fine on development build.