This is a boiler plate starter pack when starting an electron project which uses svelte with typescript
main
electron process and renderer
processes 🥳🥳mac
, linux
and windows
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.
npm run package-linux
to build the linux installernpm run package-win
to build for windows npm run package-all
to build for mac , linux and windowsCheck out my electron-react-typescript starter pack.
svelte-ace library for embedding the best code editor in your app.