🖨 Print / Save PDF
← Lesson
BitWith
Bite
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
1
Push project to GitHub
2
Import repo on vercel.com
3
Confirm build settings
4
Add environment variables
5
Deploy — get a live URL
Build Settings
Build command
npm run build
Output dir
dist or build
Env var example
VITE_API_URL