Learn The MERN Stack [8] - Prepare & Deploy

In this video we will prepare our application for deployment to Heroku. We will create a heroku post build script so that we do not have to manually run “npm run build“ for React. It will happen on the server once we push to it.
Back to Top