Hi ember community,
I need help to setup a client-side offline toolset to realize a responsive learning platform based on a website-application.
Requirements
• run in a webbrowser (has to run on IE11 and higher) • no .exe or ActiveX elements • a Database (no sql - only txt, xml, js or similar) • only one html site (index.html) with dynamic content • a template system {{mustache}} with extend templates (*.hbs for example) • no server, only cliend based (Windows later possibly Android) • no Memberlogin or encoding for the dataset in the database
optional • bootstrap or similar • font awesome or similar
My toolset concept
• HTML (index.html) • Javascript • jQuery • Semantic Ui, Bulma or Bootstrap • handlebars • ember • database - javascript files based on handlebars as a replacement for JSON
Has someone a idea whether that toolset work with that requirements?
My big problem is that I can not use a server to realize the dynamic content system with outsourced templates without to overcrow the index html file.
p.s. all templates could have a different layout apart from header and footer
Thanks for help