Skip to content

Secure boilerplate for Electron app based on Vite. TypeScript + React

License

Notifications You must be signed in to change notification settings

jadyyang/vite-electron-builder-react

 
 

Repository files navigation

Vite Electron Builder for React

Useful Commands

use pnpm

  1. pnpm start start electron app in dev mode.
  2. pnpm run compile build app but for local debugging only.
  3. pnpm run lint lint your code.
  4. pnpm run typecheck Run typescript check.
  5. pnpm run test Run app test.
  6. pnpm run format Reformat all codebase to project code style.

use npm

  1. npm start start electron app in dev mode.
  2. npm run compile build app but for local debugging only.
  3. npm run lint lint your code.
  4. npm run typecheck Run typescript check.
  5. npm run test Run app test.
  6. npm run format Reformat all codebase to project code style.

Others

VITE-ELECTRON-BUILDER

About

Secure boilerplate for Electron app based on Vite. TypeScript + React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.0%
  • JavaScript 13.3%
  • SCSS 1.4%
  • HTML 1.1%
  • Shell 0.2%