Beginning tvOS Development with TVML Tutorial

Kelvin Lau did an awesome job on this tutorial, I spent feel minutes rung it on the AppleTV emulator and took me 5 minutes to deploy it on my AppleTV device including the upload of the files to my website. I would like to see a tutorial about porting an existing game to tvOS.

Iā€™m really glad you liked @kelvin_lauā€™s tutorial!

Re: porting a game to tvOS, we have a chapter on that in 2D iOS & tvOS Games by Tutorials :]

Is this the right place to post queries for issues found when I was trying to create tvOS app using this tutorial?

I am getting below error while trying to run the app in simulator:

2016-08-27 23:38:46.139 appleTV_Sample[11498:5282178] ITML : SyntaxError: Unexpected token ā€˜<ā€™ā€¦{
line = 1;
sourceURL = ā€œhttp://localhost:9001//application.jsā€;
}
appController(_:didFailWithError:) invoked with error: Error Domain=TVMLKitErrorDomain Code=3 ā€œ(null)ā€

it is at the very first part where tutorial ask to run app after setting up the http server.

TIA