# install dependencies
$ npm install
# serve at localhost:8080
$ npm run serve
# 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.