kiln / example-template-minimal

A minimal example template for Flourish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A minimal example template for Flourish.

This is the minimum viable template, with only two files: template.js and template.yml. It displays a number that you can edit in the settings panel. There is no compilation step or module bundling: the code is written directly in template.js.

A real template should at least have a thumbnail in addition. See the template file reference.

To try this template in the SDK:

git clone https://github.com/kiln/example-template-minimal.git
cd example-template-minimal
flourish run

and then open http://localhost:1685/ in your web browser.

About

A minimal example template for Flourish


Languages

Language:JavaScript 100.0%