I’d like a graphql-yoga server on Heroku that also serves a static React app (same repo). https://github.com/prisma/graphql-yoga/issues/9 got closed. I’m not sure how to go about this… Anyone try to do the same thing?
cory
09/05/2018, 6:08 AM
nvm, made a wrapper Express app that catch-all’s everything to React. put the graphql-yoga server on different port. running both parallel with npm-run-all
cory
09/05/2018, 6:36 AM
nvm nvm. This is sad. Please eat your own dogfood with Prisma + Heroku + React and provide tons of resources on this config.