A starting place for react + d3 experiments, featuring hot-reloading, auto browser refresh, and a centralized redux data store!
With Docker
docker build -t d3-react .
docker run -d -p 3000:3000 -v $(pwd)/src:/app/src d3-react
open http://localhost:3000
or just locally
npm install
npm start
open http://localhost:3000
- D3.js
- React
- Webpack
- webpack-dev-server
- babel-loader
- react-hot-loader