A drawing game (Pictionary like) using ReactJS and a websocket server. You connect first to the main Screen (desktop or laptop) and then players can join the game via their smartphones
Install the dependencies and start the websocket server.
npm install
npm start
Start the App.
npm start
open http://localhost:3000
Each player needs to connect to the localhost (via the IP adress 'xxx.xxx.xxx.xxx:3000' or 'name_of_the_mac.local:3000'