A PoC application that you can get up and running quickly to see the ease of integrating D3 graphing and SVG rendering capabilities into an AngularJS application.
- Clone the repo
- Have Node installed - Node
- Install global packages:
sudo npm -g install yo bower grunt-cli generator-karma generator-angular phantomjs
- Install project specific packages, bower dependencies, and build:
npm install && bower install && grunt build