Welcome to the HTMW demo, a simple frontend display architecture for creating single-page web apps.
If you can write simple HTML and have a working knowledge of no-code JSON endpoints, you can have a fully functioning site up and running in no time.
The core framework is simple: 1) get data, 2) display data. And do both easily, and automagically (or by user triggers)!
There are 3 main concepts; pockets, items and cloning. You define "pockets" in your HTML, that are filled with HTML "items". Additionally, the "items" may contain HTML "clone" snippets that automatically fill with JSON data.
For example, this HTML snippet is called from an inline item built into index.html and has been placed into the correct pocket, here.
This particular HTML is rendered from an inline item. Then, the cloned list is rendered from the "static" JSON file found at /js/json/view-001/demo.json.
{{rec:desc}}
Skill Level Required: {{rec:skill}}