https://grokonez.com/frontend/angular/angular-deployment/how-to-deploy-angular-application-on-firebase-hosting-example

How to Deploy Angular Application on Firebase Hosting example

Firebase Hosting is production-grade web content hosting, we can quickly deploy web apps by a single command. In the tutorial, we show you how to deploy Angular application on Firebase Hosting.

Related posts:
Angular 6 dynamic Navigation Bar – add/remove Route dynamically

Technology

- Angular - Firebase Hosting

Goal

Video Guide

Objective

We use Firebase Hosting to deploy Angular application -> deploy-angular-6-on-firebase-hosting---automate-build-deployment deploy-angular-application-on-firebase-hosting-web-page

Practice

Create Firebase Project

Login to Firebase Account then create a Firebase project as below:

Build Angular Project

- Get Angular's Sourcecode, then build with below commandline:

ng build --prod --output-path angularapp

deploy-angular-6-on-firebase-hosting---build-angular-project

-> result:

deploy-angular-6-on-firebase-hosting---build-angular-project-result

Install Firebase Tool

- Use below cmd to install Firebase Tool:

npm install -g firebase-tools

deploy-angular-application-on-firebase-hosting-install-firebase-tools

Firebase Login

Use Firebase's CLI tools to login to Firebase:

More at:

https://grokonez.com/frontend/angular/angular-deployment/how-to-deploy-angular-application-on-firebase-hosting-example

How to Deploy Angular Application on Firebase Hosting example

#angular #firebase #hosting #deployment

How to Deploy Angular Application on Firebase Hosting example » grokonez
1.25 GEEK