Reactive programming using rxjs. This is the rxjs setup project to follow this link examples: https://gist.github.com/staltz/868e7e9bc2a7b8c1f754
We'll be using npm to run this project (npm will be installed when you install node.js). You can install node.js here.
First we install the dependencies:
npm installBower dependencies and Typings should be installed automatically after npm install.
If not, than install them:
# first bower (for this you need to have bower installed globally)
bower install
# than (for this you need to have tsd installed globally)
tsd installnpm start