Skip to content

nearform/angular-patterns-workshop

Repository files navigation

CI

Angular patterns workshop

A workshop about beginner and intermediate Angular patterns.

Getting started

Open and follow the slide deck at https://nearform.github.io/angular-patterns-workshop/.

Running locally

Requirements

Setup

  • Clone this repository
  • Add a TMDB API key:
    • Sign up to The Movie Database
    • Make a note of your API key at Settings -> API -> Request an API Key -> Developer -> API Key (v3 auth)
    • Copy apps/movies/src/environments/environment.ts to apps/movies/src/environments/environment.development.ts
    • Update the apiKey property with the value of your API key
  • npm i
  • npm run movies to start the application
    • To complete the exercises you will need to be signed in to TMDB
    • To sign in, select the "Login" button in the top right of the UI
  • npm run slides to start the slide deck (optional)