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.js
andsrc/Chat/Chat.js
and edit with your Auth0 and Pusher credentials which can be gotten from the Pusher dashboard - In the root of the project folder, run
yarn
to install all dependencies. - Then run
yarn start
to get the app up and running.