Skip to content

gaoshang212/electron-vite-react-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published