In order to get started with Firebase hosting, we need to download some dependencies first. These include the CLI itself, so let's see how we can download and install it before doing any kind of operation.
Deploying our application to Firebase
Getting ready
Head directly to your terminal of choice if you're on macOS/Linux, or cmd if you're on Windows, and type the following command:
~> npm install -g firebase-tools
In order to use npm, the node package manager, you will need to have Node.js already installed on your development machine.