/ngrx-angular2-app

Simple ngrx/Angular 2 app using Normalizr & ImmutableJS

Primary LanguageTypeScript

ngrx/Angular 2 app using Normalizr & ImmutableJS

This is a much reduced, edited version of meenie's best practices ngrx store example. I've added the devtools and middleware and I used it to help me understand the best practises for developing an Angular 2 app using ngrx.

Quick start

# clone the repo
git clone git@github.com:meenie/angular2-store-example.git

# change directory to our repo
cd angular2-store-example

# install the repo with npm
npm install

# start the server
npm start

go to http://0.0.0.0:3000 in your browser