Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 514 Bytes

File metadata and controls

9 lines (7 loc) · 514 Bytes

react-firebase-chat

Steps to run:

  1. Clone this repo: git clone https://github.com/causecode/react-firebase-chat && cd react-firebase-chat
  2. Create a Firebase Project at https://firebase.google.com and create an app using "Add Firebase to your web app"
  3. Replace the placeholder for the credentials in src/firebase.js with the ones provided by Firebase
  4. Run the dev/test build by running npm start in the project folder
  5. Access the app in your browser at the URL mentioned on the command prompt.