Skip to content

stevehobbsdev/movielist

Repository files navigation

Movielist

A movie watchlist application built using AureliaJS. This is accompanying source code for the Auth0 tutorial: Building a Movie Listing Application with Aurelia and TypeScript.

Building the application

To compile assets and build the application, run the following from a terminal window inside the project directory:

au build

Running the application

To run the application, run the following from a terminal window inside the project directory:

au run --watch

The application will then be available (by default) at localhost:8080.

Screenshots

Screenshot of the watch list page

Screenshot of the popular movies page