This is a ReactJS/SVG example project which displays graphs in a graphical view.
This app has the ability to:
- Display graph in SVG
- Connect nodes with mouse clicks
- Draggable nodes
- Add or remove nodes/edges without reseting the view
- Colorize the nodes
- Console.log JSON format of graph node connections
run this code in terminal to install dependencies:
npm install
Then run webpack with NODE_ENV=production
NODE_ENV=production webpack
Now open index.html file in your browser.