CSCI-4830-002-2014 / mailinglist

A special repository to act like a mailing list, for announcement, general discussion, etc. Assignment-specific issues should still go to the individual repository.
2 stars 0 forks source link

Easy scaffolding for a D3 app #9

Open ianks opened 10 years ago

ianks commented 10 years ago

https://github.com/Dudemullet/generator-d3-iris

This is a package that allows you to instantly build a d3 project with live-reload, some dummy data, and a simple build. It uses Yeoman to build out the basics of the app. This will allow you to edit your javascript seperately from your HTML, and have your browser automatically reload the page whenever you make a change.

Steps:

1) $ npm install -g yo gulp generator-d3-iris 2) $ yo d3-iris 3) $ gulp 4) Enjoy.