A frontend chat room ‘style’ application that sends and receives messages in real time using Firebase and AngularJS
- Fork and clone the repo:
git clone https://github.com/samibirnbaum/chitchat.git
- Run
$ npm install
to download/install the needed dependencies - Start the node server:
npm start
. - Open a web browser and go to
http://localhost:3000
.