I like to have a local apploader running to be able to install an app containing multiple files to the watch in one go and then just copy the one file I currently work on to the web IDE and set it up to push to the corresponding file on the watch (as set in metadata). For the local apploader I just installed https://jekyllrb.com/ and run jekyll serve in my apploader checkout. Default access is then on localhost:4000.
Only disadvantage is the missing way to use the emulator. Being able to install from apploader to emulator would be nice.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I like to have a local apploader running to be able to install an app containing multiple files to the watch in one go and then just copy the one file I currently work on to the web IDE and set it up to push to the corresponding file on the watch (as set in metadata). For the local apploader I just installed https://jekyllrb.com/ and run
jekyll serve
in my apploader checkout. Default access is then on localhost:4000.Only disadvantage is the missing way to use the emulator. Being able to install from apploader to emulator would be nice.