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.
To run it simply do:
npm install
npm start
The app will run at http://localhost:9000.
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.
- 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