Skip to content

toonketels/d3-presentation-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D3 Presentation Demo

Demo code for D3 presentation delivered at Fronteers meetup.

Get started

In project root do:

npm install
grunt build
grunt

This will run a server on port 8080, automatically compile jade/sass to html/css and watch any changes to jade/sass/js to livereload the server.

Prerequisites

Need to have nodejs, npm and grunt-cli installed.

Useful commands

// Compile all jade/sass to html/css, optimizes js files
grunt build

// Spin up server
grunt

Tips

Add new packages do

npm install <module> --save-dev

Resources

About

Demo code to accompany presentation about introduction d3.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors