https://github.com/devgeeks/reactphonegaptest
A test of a particular react/redux stack in a cordova/phonegap app
https://github.com/devgeeks/reactphonegaptest
Last synced: 8 months ago
JSON representation
A test of a particular react/redux stack in a cordova/phonegap app
- Host: GitHub
- URL: https://github.com/devgeeks/reactphonegaptest
- Owner: devgeeks
- Created: 2015-11-23T06:43:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-08T10:43:10.000Z (over 10 years ago)
- Last Synced: 2025-04-09T11:23:53.134Z (about 1 year ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple phonegap/cordova app using a particular react/redux stack
### Set up
* `npm install`
* `npm start`
App will be served from [http://localhost:3000/](http://localhost:3000/) in
dev mode complete with hot module reloading and the redux dev tools.
or
* `npm run build`
App will be built in production mode
### PhoneGap
Once the app has been built in production mode (the redux dev tools are a bit
annoying on Mobile for now):
* `phonegap platforms add ios android`
* `phonegap serve` || `phonegap run ios` || `phonegap run android`
etc