From the course: Building Production-Ready React Apps: Setup to Deployment with Firebase
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Install the Firebase CLI and initialize a new project
From the course: Building Production-Ready React Apps: Setup to Deployment with Firebase
Install the Firebase CLI and initialize a new project
- [Instructor] Firebase Hosting provides a fast and secure hosting for your web application. It allows to host static and dynamic content. It allows to deliver content fast and serve content over a secure connection. With one single command, Firebase Hosting will allow to quickly deploy web apps and serve both static and dynamic contents to a global CDN. CDN is short for Content Delivery Network. So let's see how it works. We're going to head to get started and find the instructions in order to get started with Firebase Hosting. So before you begin, you're going to first create a new Firebase project. So this is already done. So let's head to the Firebase console and you're going to make sure that you select the project that you have created and use for this demonstration. Mine is Firestock. So let's go back. And so the first step will be to install the CLI in order to get started with the Firebase Hosting. So let's…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.