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

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.

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
```