hello Friends
I am Going To Show You How to deploy Angular project or app on GitHub . This is the easiest method to deploy your Angular app or Project on the web using github. GitHub Pages lets you host static websites for free.
commands
npm install -g angular-cli-ghpages
ng build --prod --base-href"https://username.github.io/reponame/"
ngh --dir dist/angularappname
#GitHub
#Angular