Skip to content

jeffersonswartz/canvas-app

Repository files navigation

Canvas App

FOSSA Status

Canvas App is a collabrative drawing tool that enables the users to draw collabratively between their browsers

Installation

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.

License

FOSSA Status