Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.06 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.06 KB

Vite + Supabase + Redux Toolkit + Tailwind CSS Project

This project is a frontend application built with Vite and integrated with Supabase. Additionally, it uses Redux Toolkit for state management and Tailwind CSS for styling.


Technologies

  • Vite: Fast build tool for web development.
  • Supabase: Backend platform for authentication, database, and real-time APIs.
  • Redux Toolkit: Library for simple and scalable state management.
  • Tailwind CSS: Utility-first CSS framework for rapid and customizable styling.
  • dotenv: Environment variable management.

Environment Setup

Before starting the project, create a .env file at the root of the project with the following environment variables:

VITE_SUPABASE_URL=https://your-url.supabase.co
VITE_SUPABASE_ANON_KEY=your-api-token