Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 615 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 615 Bytes

Simple Chat App with Socket.io + Vue

Installation Steps

To run this code, you need to install node js or npm. My assumption is the latest version.

1. Clone project

Navigate to the terminal / cmd location to copy this project, and clone the project from github repository.

$ cd {YOUR_DIRECTORY}
$ git clone https://github.com/agunbuhori/socket-io-chat-app.git
$ cd socket-io-chat-app

2. Run project

$ node index.js

Open the web browser and go to the http://localhost:3000

Enjoy ! Agun Buhori | Impressive Developer