This is a template for secure electron applications. Written following the latest safety requirements, recommendations and best practices.
Under the hood is [Vite] — A next-generation blazing fast bundler, and [electron-builder] for packaging.
Click the Use this template button (you must be logged in) or just clone this repo.
The package manager used to install and link dependencies must be npm v7 or later.
npm run watch
start electron app in watch mode.npm run compile
build app but for local debugging only.npm run lint
lint your code.npm run typecheck
Run typescript check.npm run test
Run app test.npm run format
Reformat all codebase to project code style.