Skip to content

Files

Latest commit

89c54ce · Feb 20, 2017

History

History
31 lines (19 loc) · 642 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 642 Bytes

React-D3-Forces

This is an adaptation of the classical d3-force demo in canvas created by Mike Bostock (https://bl.ocks.org/mbostock/1b64ec067fcfc51e7471d944f51f1611)

This application implements latest D3 version (V4) in React. The DOM is controlled through refs and instead of canvas, here we are using svg.

#Live Example

Link to demo: (https://fredyagomez.github.io/)

alt tag

Instructions

Development Front End

- Clone or download repository
- cd React-D3-Force
- npm install
- npm start

Production

- npm run dist