Skip to content

raphtlw/ion

Repository files navigation

ABOUT

A minimal project template for building Electron apps with Svelte.

To create a new project based on this template using degit:

npx degit raphtlw/electron-svelte-ts app

Get started

cd app

Install the dependencies

npm install

Start the electron app in development mode

npm start