I deployed the web page to Firebase today. Here is an overview of the process.
- Create a new project in firebase
- Install the Firebase CLI using (on ubuntu)
curl -sL https://firebase.tools | bash
- Login from the terminal by running:
firebase login
- Initialize firebase
firebase init
I selected the hosting option and set the root folder to default (public).
- Serve to localhost using:
firebase serve
- Deploy using
firebase deploy
Here is the link the deployed site: My weather app
Day 59
Top comments (0)