Skip to content

sumarsky/rxjs-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RxJS

Reactive programming using rxjs. This is the rxjs setup project to follow this link examples: https://gist.github.com/staltz/868e7e9bc2a7b8c1f754

Dependencies

We'll be using npm to run this project (npm will be installed when you install node.js). You can install node.js here.

Installing

First we install the dependencies:

npm install

Bower 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 install

Start

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors