Home

Awesome

appletv-demo

A demo application for AppleTV using atvjs.

Getting Started

Assuming that you have nodejs and npm installed on your machine, do the following to get started:

$ npm install -g gulp                   # Install Gulp globally
$ npm install                           # Install dependencies

Accessing Presentation

$ npm run presentation 8080             # Specify optional port if needed

Development

Builds the application and starts a webserver. By default the webserver starts at port 9001.

$ npm start

By default, it builds in debug mode and starts the server with live reload.

Structure

The project is split into two parts:

License

MIT License.