This app demonstrates how to use ReactJS, Auth0, and Pusher to create a chat app.
You can read the tutorial here on Auth0 - https://auth0.com/blog/build-a-chat-app-with-react/
- Clone the repo -
https://github.com/yomete/pusher-auth0 - Open
src/Auth/auth0-variables.js,server.jsandsrc/Chat/Chat.jsand edit with your Auth0 and Pusher credentials which can be gotten from the Pusher dashboard - In the root of the project folder, run
yarnto install all dependencies. - Then run
yarn startto get the app up and running.