Skip to content

Example ESM starter project using Electron, TypeScript, eslint, prettier and vitest

License

Notifications You must be signed in to change notification settings

kmturley/electron-typescript-eslint-prettier-vitest

Repository files navigation

electron-typescript-eslint-prettier-vitest

Example ESM starter project using:

  • NodeJS 20.x
  • TypeScript 5.x
  • Electron 31.x
  • eslint 8.x
  • prettier 3.x
  • vitest 1.x

Installation

Install dependencies using:

npm install

Usage

Run dev commands using:

npm run lint
npm run format
npm run dev
npm test

Create a build using:

npm run build

Contact

For more information please contact kmturley

About

Example ESM starter project using Electron, TypeScript, eslint, prettier and vitest

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published