A canvas to draw on with friends in your browser. Supports different lobbies.
##SETUP
- install npm
- install tsc with "npm install -g typescript"
- change into client directory
- run npm install
- run webpack
- change into server directory
- run npm install
- run tsc
- run npm start (as a daemon)
- open client/src/index.html in your browser (Optionally append ?LOBBY_ID with the lobby id from the server)