Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peteyycz/rx-examples
Example code from the angular meetup
https://github.com/peteyycz/rx-examples
Last synced: about 2 months ago
JSON representation
Example code from the angular meetup
- Host: GitHub
- URL: https://github.com/peteyycz/rx-examples
- Owner: peteyycz
- Created: 2015-11-05T16:11:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-28T17:56:44.000Z (about 9 years ago)
- Last Synced: 2023-02-28T12:01:58.071Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RX Angular examples
Slides are available at: https://docs.google.com/presentation/d/1F0eIx5oXKv0lY8crb6fAyTBZ66GJz9Jl5_H0DYSEwVI
## To try out yourself
### Requirements
Node and NPM installed
### Steps
1) Clone the project
```bash
git clone [email protected]:peteyy/rx-examples.git
cd rx-examples
```2) Install dependencies with npm
```bash
npm install
```