daniellefritz / react-d3-dom-code

Code for talk on Using D3 with React (https://daniellecloss.github.io/react-d3-dom-slidedeck)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-d3-dom-code

This is example code to show how you can use React with D3.

To start this app:

  • git clone git@github.com:daniellecloss/react-d3-dom-code.git
  • npm install
  • npm run app

The local site will show up on localhost:8081

This app starts with a base of:

  • react/react-dom
  • webpack and webpack-dev-server (to run and serve the app)
  • babel (for transpilation)

About

Code for talk on Using D3 with React (https://daniellecloss.github.io/react-d3-dom-slidedeck)

License:MIT License


Languages

Language:JavaScript 69.9%Language:HTML 25.3%Language:CSS 4.8%