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

https://github.com/leon3s/react-electron-starter

All in the box for start a react electron project
https://github.com/leon3s/react-electron-starter

Last synced: 12 months ago
JSON representation

All in the box for start a react electron project

Awesome Lists containing this project

README

          

# electron-react-native-web

## Config

### Install and run project

```sh
# required for install
export npm_config_target=v1.7.9
export npm_config_runtime=electron
```

```sh
npm install
npm run dev
```