@GustavoM@lemmy.world to JavaScript@programming.devEnglish • edit-21 year agoHow do I compile a html javascript package into a single, static binary?message-square11fedilinkarrow-up16file-text
arrow-up16message-squareHow do I compile a html javascript package into a single, static binary?@GustavoM@lemmy.world to JavaScript@programming.devEnglish • edit-21 year agomessage-square11fedilinkfile-text
minus-squareshnizmuffinlinkfedilinkEnglish5•1 year agoShort answer: don’t. Just serve the content using nginx and point a normal web browser at it. Long answer: Apache Cordova.
Short answer: don’t. Just serve the content using nginx and point a normal web browser at it.
Long answer: Apache Cordova.
Oh boy.
Thank you nonetheless.