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?
- Host: GitHub
- URL: https://github.com/imp-dance/create-react-electron-app
- Owner: imp-dance
- Created: 2019-02-28T20:06:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T13:42:58.000Z (about 2 years ago)
- Last Synced: 2025-01-24T14:42:00.593Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# create-react-app + electron = ♥
```PowerShell
git clone https://github.com/imp-dance/create-react-electron-app.gitnpm 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/