Most streamlined way to run a QT5.x app on Intel NUC?

Hello,

Any suggestions for a newcomer what to use as a base for a fullscreen QT5.x based app (no window manager required or needed)? Target device will be Intel NUC and I’m currently trying to come up a working Dockerfile using resin/intel-nuc-fedora:24.

Should I run X11/Wayland in the container or could I somehow enable, for example, direct usage of host framebuffer?

br,
Timo

To answer myself: resin-electronjs is the way to go.