Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 601 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 601 Bytes

ReactChat

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/

How to run this app

  1. Clone the repo - https://github.com/yomete/pusher-auth0
  2. Open src/Auth/auth0-variables.js, server.js and src/Chat/Chat.jsand edit with your Auth0 and Pusher credentials which can be gotten from the Pusher dashboard
  3. In the root of the project folder, run yarn to install all dependencies.
  4. Then run yarn start to get the app up and running.