Skip to content

chadjaros/firebase-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published