Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 720 Bytes

File metadata and controls

38 lines (28 loc) · 720 Bytes

Sketch.io

Sketch.io is an online multiplayer drawing and guessing game!

Backend

Frontend

How to run

Run the server

In the terminal

cd server
npm install
npm start

Run the client

In another terminal

cd client
npm install
npm start

Screenshot