Hosting and Deployment
The easiest way to publish your full-stack web app is to use a hosting provider like Vercel or Netlify.
Both Vercel and Netlify integrate with Git to deploy code whenever a new revision is pushed. To host your app:
-
Commit all files and push to your favorite Git hosting provider such as GitHub, GitLab or Bitbucket.
-
Follow the appropriate guide below.
If you aren't using Netlify or Vercel, you can follow the Custom Hosting guide.