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.
To compile assets and build the application, run the following from a terminal window inside the project directory:
au build
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.