Day 59: Deploying to Firebase
Margaret W.N
Posted on September 13, 2020
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
💖 💪 🙅 🚩
Margaret W.N
Posted on September 13, 2020
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.