How to Deploy a React App to Firebase Hosting

Deploying React app by creating a project from the Firebase console. Prerequisites The following needs to be installed globally create-react-app and firebase-tools. npm install -g create-react-app npm install -g firebase-tools Steps for creating a React app and deploying it to Firebase. create-react-app myapp 2. Go to the Firebase console and click on create a project. 3. Enter a…

Read More