A simple mobile-first contractor website mockup built with Vite, React, TypeScript, and Tailwind CSS.
npm install
npm run devThe app runs on http://localhost:3000.
npm run buildThis app is ready to deploy on Vercel as a Vite project.
Recommended Vercel settings:
- Build command:
npm run build - Output directory:
dist - Install command:
npm install