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.
Onsen UI, a hybrid app framework that provides both Material Design and iOS flat design.
It uses CrossWalk
To run it simply do:
npm install
npm start
The app will run at http://localhost:9000.
This is a Cordova App.
npm install -g cordova
cordova build android
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)