All Projects → davideast → Angular Cli Firebase Hosting

davideast / Angular Cli Firebase Hosting

Licence: mit

Programming Languages

javascript
184084 projects - #8 most used programming language

angular-cli-firebase-hosting

Angular CLI addon for deploying apps to Firebase Hosting.

Installation & Setup

This addon has the following prerequisites:

To install:

npm install --save-dev angular-cli-firebase-hosting

Usage

First, you'll need to login:

firebase login

There's a one-time setup command to create a firebase.json file:

ng firebase:init # --firebase "my-firebase-app" --public "./dist"

After the initial setup, deploy with:

ng firebase:deploy

Authors

License

Licensed under the MIT license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].