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

https://github.com/bitfancy/react-electron


https://github.com/bitfancy/react-electron

Last synced: 11 months ago
JSON representation

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

Zero To Shipped

---

# 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).