Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```