An open API service indexing awesome lists of open source software.

https://github.com/andreaferretti/paths-js-demo

Demo application for paths.js
https://github.com/andreaferretti/paths-js-demo

Last synced: 4 months ago
JSON representation

Demo application for paths.js

Awesome Lists containing this project

README

          

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

[1]: https://github.com/andreaferretti/paths-js
[2]: http://www.ractivejs.org/