Activity 14: Documentation of your Activity #13

Go to firebase website and make an account before clicking “Get Started”

Next, you will see a prompt to create a new project, make sure to choose a unique project name.

After locating the ‘Hosting’ option in the sidebar, click on it, then click the ‘Get Started’ button to set up Firebase Hosting for your project.

And then follow the instructions by simply typing ‘npm install -g firebase-tools’ in your cmd to install firebase cli globally

Next, type ‘firebase experiments: enable webframeworks’ to enable the web frameworks feature in Firebase.

And then login using ‘firebase login’

Next, type ‘firebase init’

To continue, just follow the procedure on the image above.

Input ‘ng build’ to build the project

And finally input ‘firebase deploy’ to successfully deploy the project