ChoiceHost

Web Hosting with Github and Vercel



This tutorial walks through three different types of websites and how they can be hosted using Git, Github, Github Pages, and Vercel.
First is a basic static HTML site hosted on both Github Pages and Vercel.
Second is a web app created with Vite and hosted on Vercel using the command line tools to deploy.
Third is an API built with Node.js and Express, which is deployed through Github to Vercel.

Static site github repo:

Vite site github repo:

Node Express api github repo:

0:00 Static sites with Github Pages and Vercel
10:05 Vite projects on Vercel from CLI
21:38 Node.js and Express Apps on Vercel from Github