A little demo project on how to connect to Tilt from the OS menubar
node_modules/.bin/electron index.js
or for interactive development:
ls * | entr -r node_modules/.bin/electron index.js
We cross-compiled this once and it was kind of a kludge. Cross-compile it again with:
node_modules/.bin/tsc --build tsconfig.json