Serving static files directly in Google App Engine with express
I have a standard Google App Engine environment and am trying to serve some static files for my create-react-app
frontend, but I’m not able to do so without copying over the client/build/
files into the server/
folder.