https://github.com/timreynolds/reduxelectronpoc
Proof of concept for using a react/flux app inside electron
https://github.com/timreynolds/reduxelectronpoc
Last synced: 2 months ago
JSON representation
Proof of concept for using a react/flux app inside electron
- Host: GitHub
- URL: https://github.com/timreynolds/reduxelectronpoc
- Owner: timReynolds
- Created: 2015-09-24T19:42:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T21:42:51.000Z (over 4 years ago)
- Last Synced: 2024-10-23T02:49:51.283Z (7 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReduxElectronPOC
Proof of concept for using a react/flux app inside electron## Running
- npm install electron-prebuilt -g
- cd ReduxElectronPOC
- npm install
- npm run start
- electron .
## Notes
- Webpack server really isn't needed could build assets and run without, just been lazy to get this running as a POC