I'm a bit of a novice when it comes to deployment, but I've previously been deploying MERN stack applications successfully to heroku using the mars/create-react-app buildpack.
It seems this is now deprecated (ref README file on https://github.com/mars/create-react-app-buildpack) and I'm struggling to get my web apps deployed. I also have an issue whereby my previous applications that use React.js are no longer available on the web - I'm assuming I need to re-deploy with a new buildpack / alternative method?
Is anybody able to provide a little information / point me in the direction of some useful documentation regarding:
- How buildpacks work & alternative buildpacks for pushing React.js applications to heroku?
- Suggested alternatives for deploying MERN stack applications?
Note I'm also using Apollo Server & GraphQL as part of my stack.
I've been leaning towards learning Docker & pushing to AWS or Azure, but not really sure what the best options are for MERN