How to deploy Angular project or app on GitHub in hindi | Mera Wala Gyaan

Опубликовано: 06 Август 2026
на канале: Mera Wala Gyaan
552
9

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