Lesson 3 of 6
Static Site Hosting
Static sites (HTML, CSS, JS only) are the easiest to host. You can use free services like GitHub Pages, Netlify, or Vercel. Just connect your GitHub repository and your site goes live automatically when you push code.
DEPLOY
# Free static hosting options:
# - GitHub Pages (great for portfolios)
# - Netlify (drag and drop or Git-based)
# - Vercel (optimized for React/Next.js)
# - Surge.sh (command-line deployment)
# Netlify workflow:
# 1. Push code to GitHub
# 2. Connect repo on Netlify
# 3. Site deploys automatically on every push
# 4. Custom domain can be added for free