A Svelte, Electron, and Cordova template.
npx degit Vehmloewff/sveltronova-template my-app
cd my-app
npm run setup
To build the app:
npm run build -- <platform>
# or
npm run build -- <platform> no-watch
To run a dev instance of the app with hot reloading:
npm run dev # for the browser
# or
npm run dev -- <platform> # to run a specific platform
The current platforms are
browserelectronandroidYou can run cordova platform add <new_platform> to add a new platform.