stevehobbsdev / movielist

A demo application built using Aurelia.io to search for and list movies

Home Page:https://auth0.com/blog/building-a-movie-listing-application-with-aurelia-and-typescript/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A demo application built using Aurelia.io to search for and list movies

https://auth0.com/blog/building-a-movie-listing-application-with-aurelia-and-typescript/


Languages

Language:TypeScript 66.7%Language:JavaScript 18.6%Language:HTML 13.5%Language:CSS 1.1%