TicTacToe-Vue-Websocket install and run 1. clone the repository 2. open terminal/cmd and navigate to the new dir 3. first run: 'npm install' 4. then run: 'node tictactoe.js' to run the app inside the websocket 5. connect to the host ip from other devices for multiplayer tic-tac-toe (port is '3001') Tested with: 1. node >= v8.15.0 2. npm >= v6.4.1