Hosting App on Heroku
Whilst trying to get my app live onto Heroku, I realized that there were a lot of kinks that I needed to get right. This post attempts to document the complete series of steps on getting both the frontend built statically and copied into the backend, as well as getting the backend hosted on heroku. Steps on hosting both frontend and backend of your app on Heroku Step 1: Ensure cors is installed in backend npm install cors ...