Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codediodeio/electron-forge-svelte

A starter template for Electron Forge + Svelte 3
https://github.com/codediodeio/electron-forge-svelte

Last synced: 20 days ago
JSON representation

A starter template for Electron Forge + Svelte 3

Awesome Lists containing this project

README

        

# Electron Forge + Svelte Starter

Get up and running with 💪 Svelte & ⚡ Electron.

## Usage

```
git clone https://github.com/codediodeio/electron-forge-svelte.git my-app
cd my-app

npm install
npm start
```

![svelte electron](https://firebasestorage.googleapis.com/v0/b/fireship-app.appspot.com/o/assets%2Felectron-svelte-hello.png?alt=media&token=0d3ecb24-3024-4358-ac26-7676b3e60fa1)

## Notes

- src/index.js - Main electron process.
- src/svelte.js - Svelte app entrypoint.

Setup [Electron with Svelte](https://fireship.io/snippets/svelte-electron-setup) from scratch.
Build cool projects with [Electron](https://fireship.io/tags/electron).