A modern web application built using React, TypeScript, Vite, Tailwind CSS, and shadcn/ui.
Deployed on Vercel.
👉 https://easy-cable-hub.vercel.app/
- ⚡ Vite
- ⚛️ React
- 🟦 TypeScript
- 🎨 Tailwind CSS
- 🧩 shadcn/ui
git clone <YOUR_REPOSITORY_URL>cd <YOUR_PROJECT_NAME>npm installnpm run devYour app will run at: http://localhost:5173
/
├── src
│ ├── components
│ ├── pages
│ ├── lib
│ ├── hooks
│ ├── App.tsx
│ └── main.tsx
├── public
├── index.html
└── package.json
npm run build
npm run preview- Push code to GitHub
- Open https://vercel.com
- Import your repository
- Deploy instantly
- Go to Vercel Dashboard
- Open Project
- Navigate to Settings → Domains
- Add your domain
Pull requests are welcome.
MIT