Draw With Friends clone made with React, Socket.io, and written in Typescript
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