Skip to content

CalumBaines/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published