Static deployment is when you deploy an application or website that has no server-side code or a database. Generally this means you will only deploy HTML, CSS, Javascript, or Javascript framework code. In other words, deploying only the front end.
Some uses
Deploying simple websites/applications/games
Deploying CDNs/files
To name a few...
Deploying your front end separately from your back end
Objectives
Deploy a static website to Github pages
Deploy a static website to Firebase
Describe some of the use cases of static deployment using the WRITEHERE.md file in your forked and cloned repo.
Preparation
Create an account on firebase.com (use the google login feature)
$ npm install -g firebase-tools
Install firebase tools via the command line
By Akyuna Akish
Static deployment slides