Canvas App is a collabrative drawing tool that enables the users to draw collabratively between their browsers
Canvas App requires Node.js v8.9+ to run.
Install Angular CLI globally.
$ npm install -g @angular/cli
Install the dependencies and devDependencies.
$ npm install
Build the angular code
$ ng build
Run the Node Server
$ node server.js
Goto URL localhost:3000
That's it.