Skip to content

Deploying a Full Stack Application

MGL1994 edited this page Jan 31, 2021 · 17 revisions

There are numerous ways to deploy a full stack application, in this guide we will take a look at just a few, using Netlify and Heroku.

Option 1 - Split the Client and Server

If you decide to go down this route before commencing on the building of your app, you can simply create separate git repositories. Once ready to deploy you can host your front-end on Netlify and the back-end to Heroku using these guides:

_Note: Once you deploy your server and before you deploy your client, remember to change any request urls to point to your Heroku app's endpoints rather than localhost.

However

Clone this wiki locally