danbender / tvOS-test-application

hello world app to try out Apple's new tvOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

hello world app to try out Apple's new tvOS


Languages

Language:Swift 76.6%Language:JavaScript 23.4%