Skip to content

App to learn programming using a basic CoffeeScript drawing API

Notifications You must be signed in to change notification settings

hzulla/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 60.6%
  • CSS 29.4%
  • Python 7.2%
  • CoffeeScript 2.8%