DEV Community

Discussion on: How To Deploy a Full-Stack MERN App with Heroku/Netlify

Collapse
 
brandonwie profile image
Brandon Wie • Edited

Great post Nick, thanks.
One thing to mention that heroku git:remote -a my-project won't work unless you already created an app named my-project on Heroku. It will throw an error Error: Couldn't find that app..
You should run heroku create my-project before running the command.