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

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

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