wesdoyle / base-chat

A simple chat application built using Angular and Firebase
52 stars 52 forks source link

How I ran it... #15

Open rockysinghr opened 5 years ago

rockysinghr commented 5 years ago

Step1. Create your firebase project, copy the link to firebase variable and paste it on environment.ts file. Step2. Open the terminal, and run npm install Step3. run npm install --s firbase@3.6.6 @angular/fire Step4. Open every css file and remove the background attribute:

logo{

display: inline-block;

/ background: url('../../assets/img/logo.png') no-repeat;/
background-size: cover; margin: 12px 10px 12px 32px; width: 60px; height: 60px; min-width: 60px; } or you can comment the background. Step5. Run ng serve

SebastianEShelby commented 4 years ago

Step1. Create your firebase project, copy the link to firebase variable and paste it on environment.ts file. Step2. Open the terminal, and run npm install Step3. run npm install --s firbase@3.6.6 @angular/fire Step4. Open every css file and remove the background attribute:

logo{

display: inline-block; / background: url('../../assets/img/logo.png') no-repeat;/ background-size: cover; margin: 12px 10px 12px 32px; width: 60px; height: 60px; min-width: 60px; } or you can comment the background. Step5. Run ng serve

So you need to make a firebase app, register and connect it with this project in order for it to run?