A bare minimum react typescript vite boilerplate.
Note that this project does not include Server-Side Rendering, Testing Frameworks and other stuffs that makes the package unnecessarily complicated.
- Electron 15.3
- Typescript 4.5
- React 17
- React Dev Tools
- eslint 7.32
- source-map-explorer 2.5
- prettier
- electron-builder 22.13
$ npm install
$ npm run build
$ npm start
$ npm run dev
$ npm run package
Befroe: Set teamId, appleId, appleIdPassword in ./scripts/afterSignHook .js
you can see: https://github.com/electron/electron-notarize
export ALLOWNOTARIZE='true'
npm run package
$ npm run lint
MIT