Test it live: https://chadjaros-demo.firebaseapp.com/#/
install git: http://git-scm.com/
install node.js: http://nodejs.org/
install python: http://www.python.org/
install bower:
npm install -g bower
install grunt:
npm install -g grunt
npm install -g grunt-cli
install http-server or live-server:
npm install -g http-server
or
npm install -g live-server
Clone the app from github
git clone https://github.com/chadjaros/firebase-demo.git
cd into firebase-demo directory and run
npm install
From firebase-demo directory
http-server
or
live-server
Open http://localhost:8080/app/#/ in browser of choice
This project was seeded from https://github.com/angular/material-start