Skip to content

samarthmn/supabase-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

Real time chat

Real-time chat app using SupaBase as back-end and ReactJS as front-end.

Installation

Clone the repo and install the dependence

git clone https://github.com/SamarthMN/supabase-chat-app
cd supabase-chat-app && npm install
npm run start

Copy .env from .env.example file

cp .env.example .env
Update REACT_APP_SUPABASE_URL and REACT_APP_SUPABASE_PUBLIC_KEY in the .env file

Run the project

In the project directory, you can run:

npm start or npm dev

Open http://localhost:3000 to view it in the browser.

npm run build

Builds the app for production to the build folder.