iOS | Android |
---|---|
A sample app using Onsen UI, Angular, NgRx and PhoneGap.
Try it here: https://puku0x.github.io/ngx-onsenui-ngrx-todo/.
To run it simply do:
npm install
npm start
The app will run at http://localhost:4200.
You can build it by using PhoneGap.
npm install -g phonegap
You need to build the project:
npm run build
Add a platform to run it on a device or emulator. For Android:
phonegap platform add android
phonegap run android
This assumes that you have the Android SDK installed.
To debug a Redux app, please use Redux DevTools extention .
- Fork it ( https://github.com/puku0x/ngx-onsenui-ngrx-todo/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