← Lesson
BitWithBite
Full-Stack · Quick Reference

Lesson 30 — Deploy to Vercel Cheat Sheet

Full-Stack
In one line: Connect a GitHub repo to Vercel and every push builds and deploys your React frontend automatically.

5 Steps

1Push project to GitHub
2Import repo on vercel.com
3Confirm build settings
4Add environment variables
5Deploy — get a live URL

Build Settings

Build command
npm run build
Output dir
dist or build
Env var example
VITE_API_URL