Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 977 Bytes

README.md

File metadata and controls

52 lines (32 loc) · 977 Bytes

Welcome to Chat Application!!


Check out the Chat Application

Chat Application



Introduction


  • This is a Simple Chat Application build with React JS and Chat Engine!
  • Chat Engine is a set of APIs and UI Kit specific to chat.
  • Its a good example of learning react and creating something production ready!


Running the project


  1. Clone the GitHub repository.

    git clone https://github.com/ankit1509/Chat-Application.git
  2. Install the project.

    cd Chat-Application
    npm install
  3. Start the project.

    npm start

A web browser should automatically open http://localhost:3000.