https://github.com/allangomes/react-electron-boilerplate
React + Electron = Hybrid App (Web and Desktop one source with Node.js and without Eject)
https://github.com/allangomes/react-electron-boilerplate
boilerplate create-react-app desktop electron electron-boilerplate hybrid react react-boilerplate web
Last synced: about 2 months ago
JSON representation
React + Electron = Hybrid App (Web and Desktop one source with Node.js and without Eject)
- Host: GitHub
- URL: https://github.com/allangomes/react-electron-boilerplate
- Owner: allangomes
- License: mit
- Created: 2019-04-03T14:07:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T14:33:28.000Z (about 7 years ago)
- Last Synced: 2025-10-26T20:56:18.842Z (8 months ago)
- Topics: boilerplate, create-react-app, desktop, electron, electron-boilerplate, hybrid, react, react-boilerplate, web
- Language: JavaScript
- Size: 341 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
This boilerplate contains a hybrid app (Web and Desktop)
### Commands:
* `npm start` - run app on web browser
* `npm run build` - build app to web browser
* `npm run desktop` - run app on desktop using electron (will have access to **node** :))
* `npm run pack` - build app installers to mac, windows and linux (will have access to **node** :))