Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateuszitelli/react-graph
A React.js component to render a svg graph
https://github.com/mateuszitelli/react-graph
Last synced: 16 days ago
JSON representation
A React.js component to render a svg graph
- Host: GitHub
- URL: https://github.com/mateuszitelli/react-graph
- Owner: MateusZitelli
- Created: 2014-11-07T00:40:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-11T00:24:42.000Z (about 10 years ago)
- Last Synced: 2024-04-15T22:34:17.822Z (9 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#React-Graph
> A React.js component to render a svg graph![React-Graph](http://i.imgur.com/NJGbvBH.png)
##Instructions
To build for production usage:
```sh
npm run build
```Or for development:
```sh
npm run dev
```And to run the example you need to build the development version and then:
```sh
cd ./example
webpack -d
cd ../
http-serve
```To see the result just enter in ```localhost:8000/example/```.