Skip to content

maxwondercorn/em-dashboard

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.5%
  • Handlebars 18.7%
  • CSS 9.0%
  • HTML 3.8%