Simple React d3.js examples
The code is built with create-react-app. To run the examples use following command
#> yarn install
#> yarn start
This runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
#> components/Treemap/Treemap.jsx
#> components/Sankey/Sankey.jsx
We use eslint with airbnb styleguide. To lint and automatically fix, run the following command
#> yarn run lint-fix
#> yarn test