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

https://github.com/durrezahmed/electron-react-starter-template

This is a electron-react-starter-template for building desktop apps with electron and react.
https://github.com/durrezahmed/electron-react-starter-template

electron html5 javascript reactjs

Last synced: about 2 months ago
JSON representation

This is a electron-react-starter-template for building desktop apps with electron and react.

Awesome Lists containing this project

README

          

# Electron & React Starter Template

Build desktop apps with Electron and React.

## Usage

### Install Dependencies

```
npm install
```

### Build React Code (in one terminal window)

```
npm run watch
```

### Start the Electron App (in another terminal window)

```
npm start
```