Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voles/angular-rxjs
Experimenting with Angular and RxJS
https://github.com/voles/angular-rxjs
Last synced: about 1 month ago
JSON representation
Experimenting with Angular and RxJS
- Host: GitHub
- URL: https://github.com/voles/angular-rxjs
- Owner: Voles
- License: mit
- Created: 2015-07-11T13:45:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-15T08:12:09.000Z (over 9 years ago)
- Last Synced: 2023-03-26T00:33:41.490Z (almost 2 years ago)
- Language: JavaScript
- Homepage: http://blog.nielsdequeker.be/angular-rxjs/
- Size: 1.94 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RxJS with Angular
An experiment using [RxJS](http://reactivex.io/) with Angular.[Online demo](http://blog.nielsdequeker.be/angular-rxjs/)
#### Prerequisites
* [Node Package Manager](https://npmjs.org/) (NPM)
* [Git](http://git-scm.com/)*Note: [installation instructions for NodeJS on Ubuntu](http://stackoverflow.com/questions/16302436/install-nodejs-on-ubuntu-12-10/16303380#16303380)*
#### Dependencies
* [http-server](https://github.com/indexzero/http-server)
* [Gulp](http://gulpjs.com/)## 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