/d3

Primary LanguageJavaScript

simple-data-table-map

http://caspg.github.io/simple-data-table-map/

Editable data-map built with React, Redux and datamaps (d3.js).

running locally

  • clone this repo
  • run npm install from main repo directory
  • start webpack development server with npm start
  • go to localhost:8080 in your browser

If you want to create minified bundle.js file, run npm run build.