krewllobster@beehaw.orgtoProgramming@beehaw.org•I'm a new developer and I need help learning how to get code running in the cloud
1·
1 year agoWhen I was learning I used Heroku free tier to host sites/servers. I was also using the MERN stack and used a Heroku CLI tool to do deployments.
Here’s a step by step guide on freecodecamp.org for how to deploy an app to heroku. Hope it’s helpful!
https://www.freecodecamp.org/learn/back-end-development-and-apis/
This is probably more up to date than that blog post.