electron-svelte-boilerplate Svelte Themes

Electron Svelte Boilerplate

A minimalist boilerplate for building cross-platform desktop applications using Electron and Svelte, with the power of the Rollup bundler for efficient packaging and development.

Electron Svelte Boilerplate

A minimalist boilerplate for building cross-platform desktop applications using Electron and Svelte, with the power of the Rollup bundler for efficient packaging and development.

Install

Clone the repository and install dependencies:

git clone --depth 1 --branch main https://github.com/pavlokobyliatskyi/electron-svelte-boilerplate.git your-project-name
cd your-project-name
npm install

Development

Run the following command to start the development mode:

npm run start:dev

Packaging

To package your Electron application for distribution:

npm run release

Top categories

Loading Svelte Themes