question

vkawasthi88 avatar image
vkawasthi88 asked

web-app-starter-kit-for-fire-tv

Hi, I am HTML 5 developer and i have downloaded web-app-starter-kit-for-fire-tv template from git Hub.I have seen the folder structure of template and then i found following folders in root: 1.Docs 2.Out 3.Src When i went in src folder then i confused very much, i was not getting from where i started, i saw many scss files and when i hit {root}/src/common/html/index.html, i got a error for css rendering, and when i went Out folder all projects have run successfully.Please tell me what is my goal i haveto start with out folder or src folder? And one thing more i want to ask that if i start with out folder then there is no meaning of any firetv guidelines or SASS script file.Please Please Help me, and tell me the starting steps. Thanks Vijay
fire tv
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

vkawasthi88 avatar image
vkawasthi88 answered
Pls rply
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

DougM@Amazon avatar image
DougM@Amazon answered
Hello vkawasthi88, The directory you use within the FireTV Web App Starter Kit depends entirely on how you wish to build your apps. If you are wishing to use Sass, then you can use the Src folder to build your code following our build document at https://github.com/amzn/web-app-starter-kit-for-fire-tv/blob/master/docs/building.md , then that is one option. However, if you would rather work with the HTML, CSS, and JavaScript directly, then using the out folder as a starting point is also an option. Either way should enable you to write applications it is just up to you as a developer in order to determine the languages and tools you wish to use to develop your web app. If you have any further questions, please feel free to ask us. Also, of note, if you are just starting out, we would suggest you take a look at our architecture document to see how our code is organized, which is at : https://github.com/amzn/web-app-starter-kit-for-fire-tv/blob/master/docs/architecture.md .
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.