My personal website made with Angular and Bootstrap. Hosted on GitHub Pages. Custom one-page with dynamic URLs solution.
Deployment steps:
- Run
ng build --prod
. - Remove all files from
gh-pages
branch. - Copy
/dist
contents frommaster
togh-pages
branch. - Make a copy of
index.html
and rename it to404.html
. - Commit this branch.