Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashteya/ionic2-tutorial-ngrx

Tutorial: A Beginner's Guide To Using ngrx In An Ionic 2 App
https://github.com/ashteya/ionic2-tutorial-ngrx

Last synced: about 2 months ago
JSON representation

Tutorial: A Beginner's Guide To Using ngrx In An Ionic 2 App

Awesome Lists containing this project

README

        

# ionic2-tutorial-ngrx
This code is part of a tutorial on how to use ngrx in an Ionic 2 app.

Read the tutorial here: [A Beginner's Guide To Using ngrx In An Ionic 2 App](http://gonehybrid.com/a-beginners-guide-to-using-ngrx-in-an-ionic-2-app-part-1/)

For more tutorials on Ionic, check out my blog [Gone Hybrid](http://gonehybrid.com).

# How to run the app
After cloning the repo, run `npm install` followed by the `ionic serve` command.

Make sure you have all the tools installed, see [installation guide](http://gonehybrid.com/build-your-first-mobile-app-with-ionic-2-angular-2-part-2/).