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