Home

Awesome

appletv-boilerplate

A boilerplate for bootstrapping AppleTV apps 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

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.