Dashor
A corporate dashboard application made with Angular 1.4.8
Topics covered: Javascript Frameworks (separation of concerns)
Future add-ons: Better responsive tables, legend view in map, integrated services for $http calls
To install modules:
- Run
npm installin your command line.
To run app in development mode:
- Enter
gulp servefrom the command line.
To run app in production mode:
- Enter
gulp serve:distfrom the command line.