/tvOS-test-application

hello world app to try out Apple's new tvOS

Primary LanguageSwift

Description

“Hello World” tvOS app for Apple TV using Javascript and Apple’s Markup language.

How to run

  1. open terminal
  2. proceed to client folder
  3. run the following command to start mini server so that the app can call the JS files. (Note: 9001 is defined as the localhost port in the TVBaseURL variable:)
$ python -m SimpleHTTPServer 9001