Full-stack real-time chat

  • Data: @supabase_io (on top of PostgeSQL) for the real-time messages.
  • Front-end: React (CRA)
  • UI library: @chakra_ui

Install

npm install to setup dependencies

Supabase variables

Create a .env file for the Supapase URL and ANON KEY (see env.example)

Dev

npm start to run server on port 3000

Build

npm run build to build the react client

Example

'example'