Skip to content

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

Notifications You must be signed in to change notification settings

Programmaters/Sketch.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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