An open API service indexing awesome lists of open source software.

https://github.com/stevehobbsdev/movielist

A demo application built using Aurelia.io to search for and list movies
https://github.com/stevehobbsdev/movielist

aurelia aurelia-cli javascript nodejs typescript

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# Movielist

A movie watchlist application built using [AureliaJS](https://aurelia.io/). This is accompanying source code for the Auth0 tutorial: [Building a Movie Listing Application with Aurelia and TypeScript](https://auth0.com/blog/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](http://localhost:8080).

## Screenshots

![Screenshot of the watch list page](https://res.cloudinary.com/dbec78owc/image/upload/c_scale,w_1280/v1528669670/watchlist-1.png)

![Screenshot of the popular movies page](https://res.cloudinary.com/dbec78owc/image/upload/c_scale,w_1280/v1528665819/movies-3.png)