How to Deploy Your React App With Firebase?
What is Firebase?
Firebase is an app development platform that helps you build and grow apps and games users love. Backed by Google and trusted by millions of businesses around the world. Firebase is a Backend-as-a-Service BaaS that started as a YC11 startup and grew up into a next-generation app-development platform on the Google Cloud Platform.
How to Deploy React App on Firebase?
Here's what you'll need to have set up to follow along with the steps in each section:
When developing any project we must host Gt somewhere so that the whole world can see our hard work. Hosting websites can be hectic sometimes, but you don't need to worry as we can now host our React App on Firebase within a minute or two with a very simple setup.
Continuation
Follow the below steps or especially needed to set up a Firebase for your React App.
Step 1: First we shall set up our Firebase project, go to firebase's official website, and create a project as shown below.
Step 2: Then we will enable Firebase Hosting by going into the hosting section under the Build dropdown.
Step 3: Then we will go through the hosting setup as described below.
Step 4: Install Firebase Tools: Using Npm
PS C:\Users \SUNDARS \OneDrive \ Desktop\TECH MIND\techmind-dashboard> npm install -8 firebase-tools
Step 4: Install Firebase Tools: Using Yarn
PS C:\Users \SUNDARS\OneDrive \Desktop\TECH MIND\ techmind-dashboard yarn add -8 firebase-tools
After Installing Firebase Using Npm or Yarn In our React Project. The project structure looks like this.
Did you find it useful?
visited for more.
Posting Komentar untuk "How to Deploy Your React App With Firebase?"