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.
- Host: GitHub
- URL: https://github.com/tariibaba/electron-react-boilerplate
- Owner: tariibaba
- Created: 2022-03-08T20:37:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T16:05:19.000Z (about 3 years ago)
- Last Synced: 2025-01-26T06:43:55.181Z (4 months ago)
- Topics: electron, electron-react, electron-react-boilerplate, react
- Language: JavaScript
- Homepage:
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```