Skip to content

danielHPeters/draw-ts

Repository files navigation

JavaScript Style Guide Build Status Coverage Status

draw-ts

HTML5 canvas drawing web application. You can currently draw circles, triangles, rectangles, lines and smileys.

Prerequisites

  1. Clone this repository.
  2. Install node.js.
  3. Install gulp with npm i -g gulp-cli and then run default gulp command gulp to build project.
  4. Start server with npm start
  5. Open http://localhost:3000 in your browser.