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
- Host: GitHub
- URL: https://github.com/leon3s/react-electron-starter
- Owner: leon3s
- Created: 2017-09-19T19:34:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T03:08:37.000Z (almost 8 years ago)
- Last Synced: 2025-03-26T06:14:59.337Z (about 1 year ago)
- Language: JavaScript
- Size: 1.45 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
```