How to deploy ReactJs app on Firebase 2024 | Free Hosting

preview_player
Показать описание
Deploy React App in 3 min for free of cost
#React #deploy #free #reactapp #latest #latestnews #firebase

This video shows how to deploy a ReactJs App on Firebase

1. Create a project on the Firebase console.

2. Install firebase-tools globally
npm install -g firebase-tools

3. Login to your firebase account from your local
firebase login

4. Initiate your project
firebase init

5. Build the project
npm run build

6. Deploy your project
firebase deploy
Рекомендации по теме
Комментарии
Автор

When am creating the build it automatically created firebase default index.html page but I want to run my app.jsx file how to do

kingstaromega
Автор

i deployed my project, deploy complete, but tell me where is the link which can i paste on browser and project is open through this link, and i can send this link to someone, please tell me

nageshwarmali