This project was generated with Angular CLI version 1.0.0.
- Require Node 6.9.0 or higher, together with NPM 3 or higher
- Require Angular-cli 1.0.0
- Clone the project
- Navigate to root path project
- Install dependecies with
npm install - Add your Firebase configuration
- Run project with
ng serveand openhttp://localhost:4200/
Create new project in Firebase Console and copy configuration in ./src/app/config/firebase.ts
const firebaseConfig = {
apiKey: '<your-key>',
authDomain: '<your-project-authdomain>',
databaseURL: '<your-database-URL>',
storageBucket: '<your-storage-bucket>',
messagingSenderId: '<your-messaging-sender-id>'
};Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.