Helping you navigate the streams!
The main application is built with stenciljs. Stencil providers a spiffy framework for building out page components and app architecture with jsx. It's main strength is outputting vanilla web components, which is awesome #usetheplatform #ihatereact.
The component library is the Ionic Framework. Ionic provides a ton of components that are ready to use out of the box like list views, form fields, etc. I've used Ionic for many hybrid mobile apps and love the product and team behind it.
The tool used to build desktop application is Neutralino. It uses the existing web library on the native device instead of bundling Chromium, resulting in much smaler file sizes. This is the first time using this tool, but it seems promising thus far.
-
make sure you've run
npm installto install dependencies -
you will need the
neuCLI tool in order to build desktop apps -
run
npm run buildto trigger Stencil to output a build into/www -
running
npm run app:runwill run the desktop app on your platform locally, Ctl+C to stop -
if you want to run JUST the stencil app,
npm run startwill do the trick -
to build desktop apps, run
npm run app:buildand the executables will be located in/dist/rowboat