https://angular-mini-netflix.netlify.com/
- Create a new firebase project and replace the values in
src/environments/environment.copy.ts
andsrc/environments/environment.prod.copy.ts
with your own. - Remove .copy from both files so that it's
src/environments/environment.ts
andsrc/environments/environment.prod.ts
- Get your own api key from The Movie Db and replace the one in
src/app/services/movie.service.ts
- Clone this repo
- cd into the repo
- run
npm i
- run
ng serve --open=true