Skip to content
Discussion options

You must be logged in to vote

Hi , @ws-jm
I hope my article will be helpful to you.

Step 1: First we shall set up our Firebase project, go to its official website, and create a project as shown below.
Step 2: Then we will enable Firebase Hosting by going into the hosting section under Build dropdown.
Step 3: Then we will go through the hosting setup as described below.

#Creating React Application:

Step 1: Create a React application using the following command:

    :  npx create-react-app react_hosting

Step 2: Install Firebase Tools:

    :npm install -g firebase-tools

#Hosting Website:

Step 1: First, we will initialize a firebase project in our React app by running the following command in the console in our root dir…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ws-jm

This comment was marked as off-topic.

Answer selected by ws-jm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discussions GitHub Discussions is a collaborative communication feature Question Ask and answer questions about GitHub features and usage
3 participants