react-onsenui-redux-weather
react-onsenui-redux-weather copied to clipboard
Onsen UI sample app using Redux and React
trafficstars
React Redux Weather

Weather app using Onsen UI, Redux, React and Webpack.
This app was built using Onsen UI, a hybrid app framework that provides both Material Design and iOS flat design. We recently released React Components.
Check out the demo here.
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
You can build it using Cordova.
npm install -g cordova
You need to build the project:
npm run build
Add a platform to run it on a device or emulator. For Android:
cordova platform add android
cordova run android
This assumes that you have the Android SDK installed.
Contributing
- Fork it ( https://github.com/argelius/react-onsenui-redux-weather/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request