Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 490 Bytes

readme.md

File metadata and controls

23 lines (18 loc) · 490 Bytes

Demo

Checkout Demo

Running Locally

Make sure you have Node.js and npm installed.

  1. Clone or Download the repository

    $ git clone https://github.com/raakshash/chatapp.git
    $ cd chatapp
    
  2. Install Dependencies

    $ npm install
    
  3. Start the application

    $ npm start
    

Your app should now be running on localhost:3000.