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:
- Open a new terminal at your app folder.
- Before running the simulator go to the
src
folder and run the following command:
npm run start
- Run the simulator.
Here is the output of this app:
Enjoy :)