https://github.com/kitze/react-electron-example
An example of using React (create-react-app) with Electron
https://github.com/kitze/react-electron-example
Last synced: about 1 year ago
JSON representation
An example of using React (create-react-app) with Electron
- Host: GitHub
- URL: https://github.com/kitze/react-electron-example
- Owner: kitze
- Created: 2017-06-09T15:53:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-25T15:06:03.000Z (about 3 years ago)
- Last Synced: 2024-04-13T23:54:54.755Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 2.03 MB
- Stars: 354
- Watchers: 16
- Forks: 81
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 🙋♂️ Made by [@thekitze](https://twitter.com/thekitze)
### Other projects:
- 🏫 [React Academy](https://reactacademy.io) - Interactive React and GraphQL workshops
- 💌 [Twizzy](https://twizzy.app) - A standalone app for Twitter DM
- 💻 [Sizzy](https://sizzy.co) - A tool for testing responsive design on multiple devices at once
- 🤖 [JSUI](https://github.com/kitze/JSUI) - A powerful UI toolkit for managing JavaScript apps
---
# React + Electron = 😍
An example of using create-react-app and Electron.
## Scripts
```yarn start``` will start the Electron app and the React app at the same time.
```yarn build``` will build the React app and package it along the Electron app.
## Read more
You can read more about it in [my Medium article](https://medium.com/@kitze/%EF%B8%8F-from-react-to-an-electron-app-ready-for-production-a0468ecb1da3).
