Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 770 Bytes

readme.md

File metadata and controls

30 lines (20 loc) · 770 Bytes

Introduction

A simple example on how D3 can be used with a classic React web application stack (React Router, Redux, webpack). Demonstration

## Features

  • All the power of D3 with animations and transitions.
  • A special care for the responsiveness of the application.
  • A refresh button to update data (random) and see transitions

## Install

$ npm install

## Usage

$ npm run build   Build the bundle
$ npm run watch   Build the bundle and watch for modification (only if you want to modify stuffs)
$ npm start       Start the server (port 8080)

Then open http://localhost:8080/ in your browser

Thanks

Graphs inspired by Abhisek Jana