A Supabase example with Angular and Tailwind.
- Install all dependencies with
npm install
- Create a Supabase instance
- Add your key and url to the environment.ts
- Run the db.sql inside the SQL Editor of Supabase
- Enable realtime for your cards and lists table within the Supabase Table Editor
- Enjoy!