simple-data-table-map
simple-data-table-map copied to clipboard
Editable :earth_americas: data-map (React + Redux). http://caspg.github.io/simple-data-table-map/
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 installfrom main repo directory - start webpack development server with
npm start - go to
localhost:8080in your browser
If you want to create minified bundle.js file, run npm run build.