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.
1 |
npm install -g create-react-app |
1 |
npm install -g firebase-tools |
Steps for creating a React app and deploying it to Firebase.
1 |
create-react-app myapp |
2. Go to the Firebase console and click on create a project. 3. Enter a unique name for your project. This name…