Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 529 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 529 Bytes

Sample AngularJS APP

Built with AngularJS, Gulp and Bootstrap

  • Generating table column by data objects properites
  • Able to sort, search, paginate results.
  • Followed angular-styleguide

Setup & Run

  • Setup dependencies

      bower install
      npm install
    
  • Serve files with browser-sync

start everything with

    gulp start

Runnig Tests

  • Run karma with

      karma start