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
- Host: GitHub
- URL: https://github.com/stevehobbsdev/movielist
- Owner: stevehobbsdev
- Created: 2018-06-10T20:33:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T23:32:18.000Z (almost 3 years ago)
- Last Synced: 2025-07-08T07:51:22.486Z (3 months ago)
- Topics: aurelia, aurelia-cli, javascript, nodejs, typescript
- Language: TypeScript
- Homepage: https://auth0.com/blog/building-a-movie-listing-application-with-aurelia-and-typescript/
- Size: 3.56 MB
- Stars: 17
- Watchers: 2
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: Readme.md
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

