Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 600 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 600 Bytes

Vue Chat Application

Build Setup

# install dependencies
$ npm install

# serve at localhost:8080
$ npm run serve

Setup Server

# CD into server folder
$ cd server

# install dependencies
$ npm install

# Start server at localhost:8081
$ npm start

Both the server and front end must be running at the same time for the application to work correctly.

Using Vue JS as frontend framework, Express to create the server and Socket IO to easily communicate between the front end and the server.