A React component for network data visualization
This is a pure react component for visualizing graph data sets.
Check /example
directory for sample application.
- React
- Immutable
- Webpack
- Babel (es6,jsx supported!)
- ESLint
- Jest
- Travis
npm run build - Build the component into /build
npm run clean - Remove anything in /build
npm run lint - Run eslint, will not cause npm to exit with an error
npm run test - Run eslint followed by jest, may cause npm to exit with an error (for travis)
npm run coverage - Run jest's coverage tool