Stand-alone project showing a few D3 data presentation graphs on a single page AngularJS web app.
First git clone the project
$ cd directoryofproject/
$ python -m SimpleHTTPServer
Now you should be able to visit the web app locally on port 8000, or another port if you already have a local app running on that port. Go into browser and enter 127.0.0.1:8000 or localhost:8000
$ npm install http-server -g
$ cd directoryofproject/
$ http-server -o
The -o option will automatically open the project in a tab of your web browser on port 8080
If you just want to view the web app live please visit this link:
https://whispering-castle-95539.herokuapp.com/
This web app is running on a free heroku dyno, so it will take a few seconds to wake up if it hasn't been pinged in awhile.
This project uses various open source technologies to work:
- AngularJS - HTML enhanced for web apps!
- D3 - Data Drive Documents
- Twitter Bootstrap - great UI boilerplate for modern web apps
1.0
MIT