athmangude / react-d3-test-drive

Playing with D3 in React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick start

  1. git clone
  2. npm install to install dependencies
    We are auto-detecting yarn for installing packages by default, if you wish to force npm usage do: USE_YARN=false npm run setup
  3. npm start
    At this point you can see the example app at http://localhost:3000.

Now you're ready to rumble!

About

Playing with D3 in React

License:MIT License


Languages

Language:JavaScript 87.4%Language:HTML 10.5%Language:ApacheConf 1.6%Language:CSS 0.4%