Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 397 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 397 Bytes

Chess

A web page created for the purpose of learning about Vue.js and websockets using socket.io.

Installation/Dev

Launch web client

  cd client/
  npm run dev

Launch server

  cd server/
  npm run dev

Demo

ChessDemo.mp4

Authors