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
-
Clone the project repository
git clone https://github.com/jayzyaj/IonicNgrxTemplate
-
Go to the project directory that you have cloned and run
npm -i
to install all the package needed -
run
ionic serve
if you want to runt it on the browser
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!