Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 820 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 820 Bytes

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!