maxwondercorn / em-dashboard

Ember.js Corporate Dashboard Project

Home Page:https://em-dashboard.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ember-dashboard

Corporate dashboard built with Ember.js with Material Design Lite.

Features

  • Responsive working in Desktop & Mobile browser
  • Visualization with Google Chart & Google Map
  • Fetching JSON and CSV files for data source periodically

Screenshot

To run locally (development)

git clone git@github.com:yhagio/em-dashboard.git emd
cd emd
npm install
bower install
npm run start

and go to http://localhost:4200/

To run production version (miniized assets)

run following command after installed npm and bower, instead of npm run start

npm run prod

and go to http://127.0.0.1:8080/ in web browser.


Resources & Inspirations

About

Ember.js Corporate Dashboard Project

https://em-dashboard.firebaseapp.com/


Languages

Language:JavaScript 68.4%Language:Handlebars 18.7%Language:CSS 9.0%Language:HTML 3.8%