yuriykurylenko / react-firebase-chat

Chat app, built with React and Firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat app, built with React and Firebase

Source code for a simple chat app, built with react and Firebase.

Can be tested here - https://react-firebase-chat.herokuapp.com/

alt text

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

About

Chat app, built with React and Firebase


Languages

Language:JavaScript 90.8%Language:CSS 7.0%Language:HTML 2.2%