https://github.com/iyonaga/electron-boilerplate
A minimal boilerplate for an Electron + React application.
https://github.com/iyonaga/electron-boilerplate
electron electron-boilerplate react typescript
Last synced: 2 months ago
JSON representation
A minimal boilerplate for an Electron + React application.
- Host: GitHub
- URL: https://github.com/iyonaga/electron-boilerplate
- Owner: iyonaga
- License: mit
- Created: 2019-03-09T13:09:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:06:53.000Z (over 3 years ago)
- Last Synced: 2025-08-29T22:00:42.827Z (10 months ago)
- Topics: electron, electron-boilerplate, react, typescript
- Language: JavaScript
- Homepage:
- Size: 2.16 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# electron-boilerplate
A minimal boilerplate for an Electron + React application.
## Installation
### Clone this repository
```
git clone https://github.com/iyonaga/electron-boilerplate.git
cd
```
### Install dependencies
```
yarn
```
## Usege
### Run the App
```
yarn start
```
### Start development
```
yarn dev
```
### Packaging
```
yarn package
```