autr / gits

⚡️ Multiple git repository GUI Client ⚡️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Svelte Electron template

This is a boilerplate for Svelte using ElectronJS, with Storybook support.

Usage

To create a new project using this boilerplate

npx degit "maxatwork/svelte-electron-template" svelte-electron
cd svelte-electron
npm install

To run Storybook

npm run storybook

Opens browser with Storybook.

To run Electron app with live reload

npm run start:dev

To package application

npm run package

Packaged app will be in ./dist/ folder.

Contribute

Contributions welcome! Read the contribution guidelines first.

About

⚡️ Multiple git repository GUI Client ⚡️

License:MIT License


Languages

Language:JavaScript 57.2%Language:Svelte 41.2%Language:HTML 1.0%Language:CSS 0.5%