- Create a GitHub repository for your project and pushed the code to the main/master branch.
- Create a GH-pages branch and push to origin
git branch gh-pages
git checkout gh-pages
git push origin gh-pagesng add angular-cli-ghpages- Deploy APP
ng deploy --base-href=https://GithubUserName.github.io/GithubRepoName/Remember to replace the above link with the live link from GH pages
- View your deployed page
visit your LINK
