Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 577 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 577 Bytes

Build Instructions for Sketch multiplayer drawing game

npm install

Make sure all dependencies are installed

cd backend/

cd into backend folder

npm start

run npm start in the backend folder with the build file to run the build

Runs the app in the development mode.

Open http://localhost:3001 to view it in your browser. It will not open automatically.

Open http://localhost:3001 in multiple browsers to simulate multiple players.

Play!