##D3.js Angular Example APP
Just a small AngularJS project with a directive using d3.js. No CSS applied.
###Installation Install node.js first then go to your github clone and
npm install###For unit tests: (PhantomJS configured)
grunt karma:unit###For integration (E2E) tests: (PhantomJS configured)
grunt karma:e2e###For starting a local server:
$ grunt startNo watch and livereload tasks configured in grunt
It runs on port 9000 on a localhost, but you can check it on Github pages http://derruba2000.github.io/miniApp
This project is configured for travis CI check please .travis.yml file and the respective jobs at https://travis-ci.org/derruba2000/miniApp