Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/```.