/d3-skeleton

A minimal example to build a d3 visualization and serve it with express

Primary LanguageJavaScript

A minimal example to build a d3 visualization

This is a minimal example to build a d3 visualization. It uses the D3 JSd3.js library to create a simple bar chart. And express to serve the visualization.

Usage

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev