Skip to content

Draw With Friends clone made with React, Socket.io, and written in Typescript

Notifications You must be signed in to change notification settings

jacobkoeninger/draw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

draw

Draw With Friends clone made with React, Socket.io, and written in Typescript

How to set up

You need to run both the node backend and the react frontend at the same time on two different ports:

$ npm install
$ node bin/www

Open another terminal window

$ cd client
$ npm install
$ npm start

About

Draw With Friends clone made with React, Socket.io, and written in Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published