This application is a collabrative sketchpad build using React, Node and websockets.
To build this project run in root dir:
npm install
and also run in client/ dir:
npm install
To launch the application run:
yarn dev
The appliction will be will available at localhost:3000