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
- Host: GitHub
- URL: https://github.com/andreaferretti/paths-js-demo
- Owner: andreaferretti
- Created: 2013-12-09T22:40:35.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T10:04:16.000Z (over 9 years ago)
- Last Synced: 2025-04-13T15:05:34.122Z (6 months ago)
- Language: CSS
- Homepage: http://andreaferretti.github.io/paths-js-demo/
- Size: 399 KB
- Stars: 38
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 installThen 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/