git clone https://github.com/Twiinlab/angular2-firebase.git
Dependency Download
npm install
npm i -g angular-cli
ng build
ng serve
Once you have Node.js and npm installed, you can install the Firebase command line tools via npm:
$ npm install -g firebase-tools
# or use sudo (with caution) if required by your system permissions
# sudo npm install -g firebase-tools
Initialize your app
firebase init
Deploy your website
firebase deploy --project <projectId>
https://github.com/angular/angularfire2
https://firebase.google.com/
https://angularfire2.com/api/