A simple chat app where multiple users can create and join chat rooms and collaborate.
See the demo at https://sai-chat-app.herokuapp.com.
To run the app locally:
- Clone the repository and run
npm install
to install all the necessary node_modules for running the application. - Run
npm start
to start the application and navigate tolocalhost:3000
on your browser.