Check out the Chat Application
- 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!
-
Clone the GitHub repository.
git clone https://github.com/ankit1509/Chat-Application.git
-
Install the project.
cd Chat-Application npm install
-
Start the project.
npm start
A web browser should automatically open http://localhost:3000.