Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rgaidot/react-cordova
- Owner: rgaidot
- Created: 2015-08-12T21:24:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-23T13:44:59.000Z (over 8 years ago)
- Last Synced: 2024-10-10T18:23:54.729Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 47
- Watchers: 8
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```