Skip to content

Latest commit

 

History

History
56 lines (29 loc) · 971 Bytes

README.md

File metadata and controls

56 lines (29 loc) · 971 Bytes

Live demo

Test it live: https://chadjaros-demo.firebaseapp.com/#/

Play with the code

Install tools

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

Set up app (first time only)

Clone the app from github

git clone https://github.com/chadjaros/firebase-demo.git

cd into firebase-demo directory and run

npm install

Run the app

From firebase-demo directory

http-server

or

live-server

Open http://localhost:8080/app/#/ in browser of choice

Other

This project was seeded from https://github.com/angular/material-start