A modern web application built with React.js, Tailwind CSS, and Supabase.
- ⚡ Fast, responsive UI with React and Tailwind CSS
- 🔒 Authentication, database, and storage powered by Supabase
- 🛠️ Easy to customize and extend
- Node.js (v16+ recommended)
- npm or yarn
- Supabase account and project
-
Clone the repository
git clone https://github.com/your-username/your-repo.git cd your-repo -
Install dependencies
npm install # or yarn install -
Configure Supabase
- Create a
.env.localfile in the root directory. - Add your Supabase credentials:
VITE_SUPABASE_URL=https://your-project.supabase.co VITE_SUPABASE_ANON_KEY=your-anon-key
- Create a
-
Start the development server
npm run dev # or yarn dev -
Visit
http://localhost:5173(URL may vary depending on your setup.)
src/
components/ // Reusable UI components
pages/ // Page-level components
utils/ // Utility functions
App.jsx // Main app component
main.jsx // Entry point
tailwind.config.js // Tailwind CSS configuration
dev— Start development serverbuild— Build for productionpreview— Preview production build
You can deploy your app to Vercel, Netlify, or any static hosting provider.
Made with ❤️ using React, Tailwind CSS, and Supabase.