Why isn’t Express routing to static React build files w/o a URL slug?
The Setup I'm building a React app that is statically served using Express. The React app is built with npm run build and the static files live in the build/ directory. Express statically serves these files with the following code…