Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 981 Bytes

Readme.md

File metadata and controls

23 lines (12 loc) · 981 Bytes

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