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

https://github.com/tariibaba/electron-react-boilerplate

Simple Electron + React boilerplate. Uses Create React App and comes with Electron Builder.
https://github.com/tariibaba/electron-react-boilerplate

electron electron-react electron-react-boilerplate react

Last synced: 2 months ago
JSON representation

Simple Electron + React boilerplate. Uses Create React App and comes with Electron Builder.

Awesome Lists containing this project

README

        

# electron-react-boilerplate

Simple Electron + React template. Uses Create React App and comes with Electron Builder.

## How to Use

Start React in one shell instance:

```
yarn start
```

Wait for it to load, then start Electron in another shell instance:

```
yarn electron-start
```