Skip to content

Repository files navigation

Jaega Resto

A modern web application built with React.js, Tailwind CSS, and Supabase.

Features

  • ⚡ Fast, responsive UI with React and Tailwind CSS
  • 🔒 Authentication, database, and storage powered by Supabase
  • 🛠️ Easy to customize and extend

Getting Started

Prerequisites

Installation

  1. Clone the repository

    git clone https://github.com/your-username/your-repo.git
    cd your-repo
  2. Install dependencies

    npm install
    # or
    yarn install
  3. Configure Supabase

    • Create a .env.local file in the root directory.
    • Add your Supabase credentials:
      VITE_SUPABASE_URL=https://your-project.supabase.co
      VITE_SUPABASE_ANON_KEY=your-anon-key
      
  4. Start the development server

    npm run dev
    # or
    yarn dev
  5. Visit

    http://localhost:5173
    

    (URL may vary depending on your setup.)

Project Structure

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

Scripts

  • dev — Start development server
  • build — Build for production
  • preview — Preview production build

Deployment

You can deploy your app to Vercel, Netlify, or any static hosting provider.

Resources

License

MIT


Made with ❤️ using React, Tailwind CSS, and Supabase.

About

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages