Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.17 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.17 KB

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 [email protected]: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