Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 424 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 424 Bytes

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.