SUPABASE VITE REACT STARTER

It's my first try with Supabase and Vite.

Installation

  • Clone the project and user npm install
  • Create a supabase project
  • Create a table project with 3 fields id (int8), created_at (timestamp) and name (varchar50)
  • Enable RLS
  • Create a policy for select (role() = 'authenticated'::text)
  • Create your first user in the Auth Tab
  • Run npm run dev and try the app