This is my attempt to practice using redux and firebase to create a real-time chat messenger between 2 chat boxes.
- Clone this repo
git clone git@github.com:CoderQuest/chatbox.git
- Run
node server.js
then openlocalhost:3000
and selectuser1
- Open a second
localhost:3000
tab and selectuser2
- Chat away!