Skip to content

An Ionic 3 app integrated with ngrx-store and ngrx-effects as a state management library boiler plate

Notifications You must be signed in to change notification settings

jayzyaj/ionic-ngrx-store-boilerplate

Repository files navigation

IonicNgrxTemplate

An Ionic boiler plate integrated with redux using ngrx/store, ngrx/effects, ngrx store logger and ngrx/devtools using Ionic 3.

For more information about ngrx visit https://ngrx.io/

Steps below to run the app

  1. Clone the project repository git clone https://github.com/jayzyaj/IonicNgrxTemplate

  2. Go to the project directory that you have cloned and run npm -i to install all the package needed

  3. run ionic serve if you want to runt it on the browser

Run it on your Android or iOS device

If you are using android run the command below. You can add the --prod flag at the end to run it on production.

ionic cordova run android

and if you are using iOS. You can add the --prod flag at the end to run it on production.

ionic cordova run ios

Happy Coding!

About

An Ionic 3 app integrated with ngrx-store and ngrx-effects as a state management library boiler plate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published