https://github.com/bitfancy/react-electron
https://github.com/bitfancy/react-electron
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitfancy/react-electron
- Owner: BitFancy
- Created: 2024-02-02T14:00:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T06:27:04.000Z (about 2 years ago)
- Last Synced: 2025-02-15T20:54:21.601Z (about 1 year ago)
- Language: JavaScript
- Size: 9.44 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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).
