Deploy to gh-pages
If you prefer a simpler approach, you can opt to host the application directly from our Github repo, using gh-pages.
What are Github pages?

Deploy directly from the Angular CLI
Once we implement a new PWA with Angular, we can deploy it to Github pages using the angular-cli-ghpages
library.
...