Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
June 14, 2022 05:32 pm GMT

Updating React App deployed on Firebase

Be sure that you've deployed your app on Firebase, if not done then follow this blog: How to deploy your React app on Firebase?

Make all the changes and save them in your React App.

Run the following commands in the terminal:

$ npm run build$ firebase deploy

It's Done!
Your app is updated.

Happy Learning!


Original Link: https://dev.to/aniketkumarsinha/updating-react-app-deployed-on-firebase-kp2

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To