Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rgaidot/react-cordova

ES6 Isomorphic React app using React.js, React Router, Flux, Webpack and Cordova.
https://github.com/rgaidot/react-cordova

Last synced: 3 months ago
JSON representation

ES6 Isomorphic React app using React.js, React Router, Flux, Webpack and Cordova.

Awesome Lists containing this project

README

        

# React Cordova Boilerplate

[React Cordova](https://github.com/rgaidot/react-cordova) is a ES6 Isomorphic
React app using React.js, React Router, Flux, Webpack and Cordova.
I wrote on a half day :-) Just for the fun!
[React Cordova demo](http://react-cordova-demo.s3-website-eu-west-1.amazonaws.com/)

## Running

```
npm install
bower install
npm run serve
open http://localhost:8080 # On OSX
```

## Building

```
npm run build
cordova platform add ios
cordova run ios
```