Skip to content
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.

puku0x/ngx-onsenui-ngrx-todo

Repository files navigation

Build Status Coverage Status Dependency status Dev Dependency status

ngx-onsenui-ngrx-todo

iOS Android
iphone6s nexus5x

A sample app using Onsen UI, Angular, NgRx and PhoneGap.

Try it here: https://puku0x.github.io/ngx-onsenui-ngrx-todo/.

How to run it

To run it simply do:

npm install
npm start

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

How to build it

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 .

Contributing

  1. Fork it ( https://github.com/puku0x/ngx-onsenui-ngrx-todo/fork )
  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