MENU

Fun & Interesting

Web Hosting with Github and Vercel

Video Not Working? Fix It Now

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: https://github.com/prof3ssorSt3v3/vercel-ghpages Vite site github repo: https://github.com/prof3ssorSt3v3/vercel-vite Node Express api github repo: https://github.com/prof3ssorSt3v3/vercel-express 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

Comment