Skip to content

litoteslover/kano-draw

 
 

Repository files navigation

Draw

App to learn programming using a basic CoffeeScript drawing API

Screenshot of the App

You can try the app here »

Setup

git clone git@github.com:tancredi/draw.git
cd draw
npm install

Build

Build the app before running it

npm run build

Run

npm start

Open your browser at http://localhost:9000

Develop

Run the watch script when developing

npm run watch

About

App to learn programming using a basic CoffeeScript drawing API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 54.4%
  • CSS 26.1%
  • HTML 10.1%
  • Python 6.9%
  • CoffeeScript 2.5%