项目作者: newtonmunene99

项目描述 :
Google Africa Developer Scholarship mini netflix challenge
高级语言: TypeScript
项目地址: git://github.com/newtonmunene99/Angular-Mini-Netflix.git
创建时间: 2019-10-16T16:21:47Z
项目社区:https://github.com/newtonmunene99/Angular-Mini-Netflix

开源协议:

下载


AngularMiniNetflix

https://angular-mini-netflix.netlify.com/

Prereq

  1. Create a new firebase project and replace the values in src/environments/environment.copy.ts and src/environments/environment.prod.copy.ts with your own.
  2. Remove .copy from both files so that it’s src/environments/environment.ts and src/environments/environment.prod.ts
  3. Get your own api key from The Movie Db and replace the one in src/app/services/movie.service.ts

To run locally

  1. Clone this repo
  2. cd into the repo
  3. run npm i
  4. run ng serve --open=true