Home

Awesome

TVML Catalog: Using atvjs framework

This is a port of the original TVML Catalog Sample Code re-written using atvjs framework. Refer to the framework documentation for its usage details.

Getting Started

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

$ npm install -g gulp karma-cli         # Install Gulp and Karma globally
$ npm install                           # Install dependencies

Development

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

$ gulp

By default, it builds in debug mode.

Structure

The project is split into two parts:

License

MIT License.