See demo: https://moh7afiz90.github.io/movie-finder-app/
Angular 2 application that uses TMDb API to fetch Data.
- HTML5
- CSS3
- Angular 2
- Bootstrap 3
- TMDb API
- Popular Movies on the home page.
- Search Movies.
# First install angular-cli-ghpages globally
$ npm install -g angular-cli-ghpages
# Angular CLI with the --base-href
$ ng build --prod --base-href "https://<user-name>.github.io/<repo>/"
# To publish the app
$ ngh
Source https://alligator.io/angular/deploying-angular-app-github-pages/
MIT