Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.5 KB

File metadata and controls

59 lines (38 loc) · 1.5 KB

Angular Movies | TV Shows

Getting Started

Angular Movies | TV Shows is a web app that consumes The Movie DB API and shows popular movies and TV series.

See Installing for the steps needed to run it locally.

Live Demo

Github Pages: https://jancobh.github.io/Angular-Movies/

Prerequisites

Installing

git clone https://github.com/JancoBH/Angular-Movies.git
cd Angular-Movies
npm install
npm start

Update src/environments/environment.ts and src/environments/environment.prod.ts with your own theMovieDBApi value.

Available Scripts

npm start
npm run build
npm run lint
npm run github
npm run explore

Built With

Notes

  • The app is configured to run without zone.js.
  • The legacy Karma/Protractor test setup was removed from this project.

Deployment

You can check the Angular deployment guide to learn how to deploy this project.

License

This project is licensed under the MIT License. See the LICENSE file for details.


Developed by JancoBH