An open API service indexing awesome lists of open source software.

https://github.com/c0mplexity0/electron-forge-react-vite-boilerplate

Minimal boilerplate for Electron with TypeScript, Vite and React.
https://github.com/c0mplexity0/electron-forge-react-vite-boilerplate

electron electron-forge javascript nodejs react typescript vite

Last synced: 5 months ago
JSON representation

Minimal boilerplate for Electron with TypeScript, Vite and React.

Awesome Lists containing this project

README

          

# Electron Forge React Vite Boilerplate

This is a minimal boilerplate for Electron through Electron Forge and including TypeScript, Vite and React, with hot reloading.

## Installation

```
git clone https://github.com/C0mplexity0/electron-forge-react-vite-boilerplate.git your-project-name
yarn install
```

## Development & Packaging

You can start the app with:
```
yarn start
```

Then you can package the app with:
```
yarn package
```

## Example

This boilerplate is used in https://github.com/C0mplexity0/tiny-games, you might find an answer to an issue you're having there.