Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nextrevision/electron-react-reflux-photon-example
Simple app example that incorporates electron, react, react-router, reflux, and photon.
https://github.com/nextrevision/electron-react-reflux-photon-example
Last synced: 19 days ago
JSON representation
Simple app example that incorporates electron, react, react-router, reflux, and photon.
- Host: GitHub
- URL: https://github.com/nextrevision/electron-react-reflux-photon-example
- Owner: nextrevision
- Created: 2015-12-02T15:51:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-02T16:00:49.000Z (almost 9 years ago)
- Last Synced: 2023-04-04T06:17:57.799Z (over 1 year ago)
- Language: CSS
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-react-reflux-photon-example
Simple app example that incorporates [electron](http://electron.atom.io), [react](https://facebook.github.io/react/), [react-router](https://github.com/rackt/react-router), [reflux](https://github.com/reflux/refluxjs), and [photon](http://photonkit.com).
![App Screenshot](assets/screenshot.png "App Screenshot")
## Dev
```
$ npm install
```### Run
```
$ gulp serve
```### Build
```
$ npm run build
```