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

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

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

Last synced: 2 days 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](https://github.com/andreaferretti/paths-js) with [Facebook React](http://facebook.github.io/react/) to create interactive SVG graphics.

Running
-------

The application uses NPM to manage the dependencies. To run it, first install the dependencies with

npm install

Then a running server can start with

npm start

Otherwise a self-contained distribution can be obtained with

npm run build

Status
------

The demo is still incomplete, and fails to show many of Paths.js features. A more complete demo can be found [here](https://github.com/andreaferretti/paths-js-demo).