I am newbie Angular developer. I have developed a small application and trying to deploy it on the firebase. below are the steps performed by me.
- Ran firebase init
- selected 'Hosting service', selected dist as public folder
- selected Y for Configure as a single-page app option.
- created the build of application and deployed on the firebase.
I was able to deploy application successfully by firebase URL is showing me default "Welcome Firebase Hosting Setup Complet Firebase Hosting Setup Complete" page.
Some of the posts say that firebase overwrites /dist/index.html file which didn't happen for me.
Any pointer will be helpful.