noby256 / svelte-template-electron

A template for building Electron apps with Svelte

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

template-electron

A simple boilerplate for building Electron apps with Svelte.

Developing

Clone the repo, and install dependencies with npm install. Then npm run dev to build the app and npm start to open it.

Building

npm run build creates a production version of the app, which can then be run with npm start. Instructions on creating a standalone executable to follow.

License

LIL

About

A template for building Electron apps with Svelte

License:Other


Languages

Language:TypeScript 51.5%Language:JavaScript 24.0%Language:HTML 13.7%Language:CSS 10.7%