/tvml-demo-app

This simple app shows random titles on the TV screen. The purpose is to demonstrate the working of a TVOS app using TVML.

Primary LanguageSwift

tvml-demo-app

This simple app shows random titles on the TV screen. The purpose is to demonstrate the working of a TVOS app using TVML and webpack.

To start the app you must have a running server to load the javascript files. To do so follow the steps below:

  1. Open a new terminal at your app folder.
  2. Before running the simulator go to the src folder and run the following command:

npm run start

  1. Run the simulator.

Here is the output of this app:

Enjoy :)