Last active
August 25, 2021 18:08
-
-
Save bansalayush/f96c7342c89bb5f2bf6ccfc09acfe548 to your computer and use it in GitHub Desktop.
Hosting a website on firebase
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
Hosting a website on firebase | |
Go to project dir | |
- <b>npm install -g firebase-tools</b> | |
- <b>firebase login</b> | |
- Login successfully before executing any other command | |
- <b>firebase init</b> | |
- Select hosting feature and github deploy actions | |
- Procceed | |
- Select a Project where this will be deployed | |
- Test website on local machine with firebase serve | |
- Deploy using <b>firebase deploy</b> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment