Be aware that this project was just a way for us to learn how to use Firebase etc. But we are planning to create a larger project near the end of this week which will be more capable and have better functionality such as Private DMs, as well as group messages, texting with pictures. Anyone is welcome to join in on that if you want to.
- Clone this repo by doing
git clone [link to this repository]
in the terminal, or you could use Github Desktop. - Then
cd
into the folder by typingcd React-chat-app
(in the terminal). - Type
npm i
to install the node pakages/dependencies. - Run the server by
npm start
this will start the app in your browser automatically, if it doesn't open up then, please type inlocalhost:3000
in your browser.