Skip to content

andreaferretti/paths-js-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paths.js Demo application

This is an application to demonstrate the use of [Paths.js] 1 with [Ractive] 2 to create interactive SVG graphics.

Running

The application is written in CoffeeScript, using RequireJS and Bower to manage the dependencies. To run it, first install the dependencies with

npm install
bower install

Then a running server can start with

grunt server

Otherwise a self-contained distribution can be obtained with

grunt