Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 880 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 880 Bytes

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