An experiment using RxJS with Angular.
- Node Package Manager (NPM)
- Git
Note: installation instructions for NodeJS on Ubuntu
####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
To run the application server, run $ http-server app
inside the project's root directory.
$ gulp deploy