albohlabs / ngrx-angular2-app

Simple ngrx/Angular 2 app using Normalizr & ImmutableJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple ngrx/Angular 2 app using Normalizr & ImmutableJS


Languages

Language:TypeScript 79.1%Language:HTML 11.0%Language:JavaScript 9.9%