Skip to content

Boilerpate for create a desktop app with Svelte and electron (with electron-updater, electron-reload and electron-builder)

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
license.txt
Notifications You must be signed in to change notification settings

el3um4s/memento-svelte-electron

Repository files navigation

MEMENTO - Svelte & Electron

Boilerpate for create a desktop app with Svelte and electron (with electron-updater, electron-reload and electron-builder)


Get started

Note that you will need to have Node.js installed.

Install the dependencies...

npm install

...then start Rollup:

npm run dev

Building and running in production mode

To create a version of the app:

npm run build-installer

Publish to GitHub

npm run publish