###Introduction This is a demo application and a possible starting point for our senior design project. I utilize Angular Seed version 0.1, Google Charts, and Bootstrap 3. Heavily inspired by this repo: https://github.com/jay3dec/drunken-octo-ironman
###Installation
- Clone this repo or create a pull request if you will be contributing.
- Navigate to the app directory and simply open
index.html
to view the current project. We are currently not using a local server. Serving with Node.js is optional and not required at the moment.
###Notes This app utilizes an older version of Angular Seed. The reason for this is that the newest version has been heavily modified. It is possible to update to the newest version of Seed but that will require more Angular expertise and possibly heavy refactoring.
###Alternate Install To serve this application with the pre-packaged Node server file follow the instructions below.
- Follow step one from above.
- Navigate to the repo directory you just cloned (angular-charts-demo) on your machine and run the command:
node scripts/web-server.js
to start the http server athttp://localhost:8000/
. - Go to
http://localhost:8000/app/index.html
in your web browser to view the application.