/d3-react

d3js react starter!

Primary LanguageJavaScriptMIT LicenseMIT

D3 React

A starting place for react + d3 experiments, featuring hot-reloading, auto browser refresh, and a centralized redux data store!

Usage

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

Dependencies

Resources