Files
supabase/examples/slack-clone-basic

Basic Slack Clone

Build a simple slack clone using Supabase, Postgres and React hooks.

Demo
View full image

How to use

Clone the this folder

# Copy the repo to your machine
git clone --no-checkout https://github.com/supabase/supabase
cd supabase

# Checkout this 
git sparse-checkout init --cone
git sparse-checkout set examples/slack-clone-basic
cd examples/slack-clone-basic

Install dependencies

npm install 

Start the backend

# Open a terminal and run:
docker-compose up

Start the frontent

# Open a terminal and run:
npm run dev

Visit http://localhost:3000 and start slacking! Open in two tabs to see everything getting updated in realtime