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

https://github.com/imp-dance/create-react-electron-app

So you want to create a react/electron app?
https://github.com/imp-dance/create-react-electron-app

Last synced: 3 months ago
JSON representation

So you want to create a react/electron app?

Awesome Lists containing this project

README

        

# create-react-app + electron = ♥

```PowerShell
git clone https://github.com/imp-dance/create-react-electron-app.git

npm i
npm run start
#- or
yarn
yarn start
```

* https://medium.freecodecamp.org/building-an-electron-application-with-create-react-app-97945861647c
* https://getstream.io/blog/takeaways-on-building-a-react-based-app-with-electron/