Corporate dashboard application made with Angular 1.x
JavaScript CSS HTML PHP
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
bower_components
dev
dist
.DS_Store
.gitignore
gulpfile.js
index.php
npm-debug.log
package.json
readme.md

readme.md

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:

  1. Run npm install in your command line.

To run app in development mode:

  1. Enter gulp serve from the command line.

To run app in production mode:

  1. Enter gulp serve:dist from the command line.