Last active
May 31, 2020 18:08
-
-
Save jackie1santana/f2a7147ed3621b488f0109847fe1e8e0 to your computer and use it in GitHub Desktop.
Firebase Hosting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) npm install -g firebase-tools | |
2) firebase login | |
3) firebase init hosting | |
4) pick folder | |
5) firebase serve (if u want to see how the site looks in dev) | |
6) firebase deploy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Server side Hosting