Skip to content

davidsiro/angular2-ngrx-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular2-ngrx-example

A simple showcase project demonstrating usage of @ngrx-store for a application state management.

What is does?

The application is a Angular 2 based client to the Bitfinex websocket interface. It consumes the 'ticker' stream and shows last 10 ticks.

How to run it?

Just build it using

npm install 

and then run the it locally

npm run start 

The application will start at http://localhost:3000/.