Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 632 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 632 Bytes

React Chat

A client app to connect to a websocket server to send messages, using Auth0 for Authentication

The websocket server for this project can be found here

This project was bootstrapped with Create React App.

Install

  1. Clone this repositry and run npm install or yum install
  2. Copy .env.default to .env.local and add your settings.
  3. Run npm start to start the app which will open on localhost:3000

TODO

  • Enable notifications via the Notifcation API.
  • Add channel support.
  • Tests