Built with AngularJS, Gulp and Bootstrap
- Generating table column by data objects properites
- Able to sort, search, paginate results.
- Followed angular-styleguide
-
Setup dependencies
bower install npm install
-
Serve files with browser-sync
start everything with
gulp start
- then browse http://localhost:25000/
-
Run karma with
karma start