Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I have deployed my Reactjs Application with firebase but After making certain changes to my code, I want to redeploy that app. How can I redeploy the app after making changes to my code?

I follow these steps to deploy:

  1. Firebase login
  2. firebase init (follow the procedure and create build)
  3. npm run build
  4. firebase deploy

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
328 views
Welcome To Ask or Share your Answers For Others

1 Answer

Simply run firebase deploy again from the same folder where you ran fireabse init.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...