You may render the app to html by using:
/usr/local/bin/node /opt/lampp/htdocs/apps/izyware/node_modules/izy-circus/cli.js $appname $uri $domain $cacheFolder
For example, when https://izyware.com/company is requested, the following paramteres are constructed:
izyware /company izyware.com
Internally, the rendered sets document.izywarephantomuri to the $uri and document.izyware_appid to $appname.
The results are cahced in the $cacheFolder.