Client side :
First of all client side code upload in github.
git add .
git commit -m" commit message"
git push
then:
npm run build
firebase deploy
Server side
First of all Server side code upload in github.
git add .
git commit -m" commit message"
git push
then:
git push heroku main
Top comments (0)