This is a boiler plate starter pack when starting an electron project which uses svelte with typescript
- Packed with latest svelte and rollup plugin configurations 🎒
- Fast Auto reload of electron app when source files change.⚡
- Typescript support for both
main
electron process andrenderer
processes 🥳🥳 - Provides the required npm scripts and folder structure for simple to complex projects.
- Hassle free package process 📦 to package your cool app for
mac
,linux
andwindows
Clone the repo, and install dependencies with npm install
. Then npm run dev
to build the app and npm start
to open it.
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.
- Run
npm run package-linux
to build the linux installer - Run
npm run package-win
to build for windows - Run
npm run package-all
to build for mac , linux and windows
-
Check out my electron-react-typescript starter pack.
-
svelte-ace library for embedding the best code editor in your app.