/angular-starter

Fully featured dashboard with AngularJS, Grunt & Bower

Primary LanguageJavaScriptMIT LicenseMIT

Angular starter

screenshot

This is a fully featured Angular app to quickly starting a new project using Angular with grunt and bower. Design is greatly inspired/copied from rdash/rdash-angular, so, thanks for them ;)

With this template you will have :

Similar projects :

Getting started

  • git clone git@github.com:loicknuchel/angular-starter.git : get code on your laptop
  • cd angular-starter : go to project root folder
  • npm install : install all grunt dependencies
  • bower install : to install all bower dependencies
  • grunt serve : to test on your computer
  • You're now ready with a shiny livereload :D

You have also other grunt commands :

  • grunt test : run your test suite
  • grunt build : build (concatenate & minify) your app

TODO

  • improve test suite !
  • create some directive to create charts with highcharts
  • add a calendar management
  • add notifications
  • create some utils for Firebase
  • live exemple with github pages

Other good dashboards

Feedback

Any feedback will be greatly appreciated.

Feel free to open issues / pull requests for bugs, general discussions or feature request.