gaoshang212 / electron-vite-react-typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electron Boilerplate with React, TypeScript & Vite

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.

See also:

Contains

Build tools

Package tools

Setup

$ npm install

Running

$ npm run build
$ npm start

Dev

$ npm run dev

Package

$ npm run package

Mac notarize app

Befroe: Set teamId, appleId, appleIdPassword in ./scripts/afterSignHook .js
you can see: https://github.com/electron/electron-notarize

export ALLOWNOTARIZE='true'
npm run package

Eslint

$ npm run lint

License

MIT

About


Languages

Language:TypeScript 50.3%Language:JavaScript 36.2%Language:CSS 6.7%Language:NSIS 4.5%Language:HTML 2.4%