####Installation
- Make sure you have
node.js
,npm
andbower
installed cd
to project rootnpm install
(this will also callbower install
)npm start
- Open a browser and browse the app at http://localhost:8000/app/index.html
####Testing
The app has been tested with Chrome v.45 on OS X Yosemite.
####Live version
The app has been deployed to Firebase hosting and it's live here.
####Purpose
The purpose of this project was to learn how to display charts and tables with pagination from a JSON data set, while using AngularJS.