Source code for a simple chat app, built with react and Firebase.
Can be tested here - https://react-firebase-chat.herokuapp.com/
To run the app in development:
yarn install
yarn start
To run unit tests:
yarn test-unit
To run end-to-end tests:
yarn test-prepare
yarn test-e2e