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
git clone [email protected]:yhagio/em-dashboard.git emd
cd emd
npm install
bower install
npm run start
and go to http://localhost:4200/
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.