npm install -g vercel
cd the-run-app
npm install
vercel- Push this folder to a GitHub repo
- Go to vercel.com → New Project → Import your repo
- Framework: Create React App
- Build command:
npm run build - Output directory:
build - Click Deploy
npm install
npm start
# Opens at http://localhost:3000npm run build
# Output in /build folder