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 installoryum install - Copy
.env.defaultto.env.localand add your settings. - Run
npm startto start the app which will open onlocalhost:3000
- Enable notifications via the Notifcation API.
- Add channel support.
- Tests