Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 864 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 864 Bytes

D3 Workshop - Analytics Dashboard

Demo analytics dashboard used in a full-day workshop on D3.js!

Analytics Dashboard

Getting Started

First of all, make sure you have Git and Node installed. Then, follow these instructions in a command prompt:

$ npm install -g browser-sync
$ git clone https://github.com/victormejia/d3-workshop-playground.git
$ cd d3-workshop-playground
$ browser-sync start --server --files "**/*"

It should launch your default browser and you should see the following:

Analytics Dashboard

If you're curious to what we're going to build, append /complete to your url.