Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/el3um4s/memento-svelte-electron

Boilerpate for create a desktop app with Svelte and electron (with electron-updater, electron-reload and electron-builder)
https://github.com/el3um4s/memento-svelte-electron

desktop-app electron electron-boilerplate electron-svelte electronjs svelte svelte-boilerplate svelte-desktop svelte-electron sveltejs

Last synced: 11 days ago
JSON representation

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

Awesome Lists containing this project

README

        

### 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](https://nodejs.org) installed.*

Install the dependencies...

```bash
npm install
```

...then start [Rollup](https://rollupjs.org):

```bash
npm run dev
```

## Building and running in production mode

To create a version of the app:

```bash
npm run build-installer
```

## Publish to GitHub

```bash
npm run publish
```