Loading repository data…
Loading repository data…
Tazeg / repository
A starter kit to build cross-platform desktop apps with Electron, Svelte, and Esbuild.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A starter kit to build cross-platform desktop apps with Electron, Svelte, and Esbuild :
git clone https://github.com/Tazeg/electron-svelte-esbuild-template.git
cd electron-svelte-esbuild-template
yarn install # or npm
cd electron
yarn install
cd electron-svelte-esbuild-template
yarn run dev
The Hot Module Replacement (HMR) feature will reload the browser while you are coding (thanks to electron-reloader)
cd electron-svelte-esbuild-template
yarn run buildlinux
yarn run buildwindows
The desktop portable apps are built in the dist/ directory.