Skip to main content

Hosting and Deployment

The easiest way to publish your full-stack web app is to use a hosting provider like Vercel or Netlify.

Both Netlify and Vercel integrate with Git to deploy code whenever a new revision is pushed. To host your app:

  1. Commit all files and push to your favorite Git hosting provider such as GitHub, GitLab or Bitbucket.

  2. Follow the appropriate guide below.

If you aren't using Netlify or Vercel, you can follow the Custom Hosting guide.