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.
- Clone this repositry and run
npm install
oryum install
- Copy
.env.default
to.env.local
and add your settings. - Run
npm start
to start the app which will open onlocalhost:3000
- Enable notifications via the Notifcation API.
- Add channel support.
- Tests