ankurkakroo2 / d3React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

D3 JS with React/Redux

React Redux Setup for displaying a line chart using D3

Commands

Installation

Install:

npm install

Build & Server

Create Development build & run server on local in development mode:

npm run start

Create production build

npm run build

Testing

Run unit tests once:

npm test

Linting

Run js lint:

npm lint:js

Run css lint:

npm lint:css

About


Languages

Language:JavaScript 94.3%Language:CSS 4.8%Language:HTML 0.9%