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
- Host: GitHub
- URL: https://github.com/andreaferretti/paths-js-react-demo
- Owner: andreaferretti
- Created: 2015-02-13T17:51:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T21:18:23.000Z (about 5 years ago)
- Last Synced: 2025-04-13T15:05:34.122Z (6 months ago)
- Language: JavaScript
- Homepage: http://andreaferretti.github.io/paths-js-react-demo/
- Size: 3.35 MB
- Stars: 18
- Watchers: 6
- Forks: 6
- Open Issues: 2
-
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](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).