Skip to content

Voles/angular-rxjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RxJS with Angular

An experiment using RxJS with Angular.

Online demo

Prerequisites

Note: installation instructions for NodeJS on Ubuntu

Dependencies

Environment setup

####1. Install http-server

$ sudo npm install -g http-server

####2. Install project dependencies Run the command below in the project root directory.

$ npm install
$ bower install

Build instructions

To run the application server, run $ http-server app inside the project's root directory.

Deploy online demo

$ gulp deploy

Releases

No releases published

Packages

No packages published