franzejr / react-onsenui-redux-cordova-starter-app

React OnsenUI Redux Cordova Starter App
MIT License
0 stars 0 forks source link

React Redux OnseUI 2 Cordova Starter App

Starter App using Onsen UI, Redux, React, Cordova and Webpack.

This Starter App is a copy of react-onsenui-redux-weather adding the Cordova Part. The idea here is have some example code on how to start the app using these technologies.

How to run it

To run it simply do:

npm install
npm start

The app will run at http://localhost:9000.

How to build it

This is a Cordova App.

npm install -g cordova
cordova build android

Contributing

  1. Fork it ( https://github.com/franzejr/react-onsenui-redux-cordova-starter-app )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request