00:15:41
Deploy angular application to github pages
Описание
All starts are hard, so we will try to explain all steps in detail,
so that you can eventually come up with a fully deployed Angular app. During our journey we will get comfortable with angular-cli-ghpages.and GitHub Actions, and see how they work together.
Commands:
git init
git add .
git commit -m "chore: Initial Commit"
git remote add origin https://github.com/username/repositoryname.git
git push -u origin master
ng add angular-cli-ghpages
ng deploy
Video Links for reference:
How to create angular CLI Projet: https://youtu.be/fR5TYWwK3hQ
How to install Angular CLI and Angular Env Setup: https://youtu.be/PJG8_-5fVCs
Angular Introduction: https://youtu.be/w4DTodayXws
GitHub Link:https://github.com/techbulletinprime/