https://github.com/roppa/functional
Learning Functional Reactive Programming
https://github.com/roppa/functional
Last synced: 5 months ago
JSON representation
Learning Functional Reactive Programming
- Host: GitHub
- URL: https://github.com/roppa/functional
- Owner: roppa
- Created: 2016-01-21T14:52:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-14T18:13:02.000Z (about 10 years ago)
- Last Synced: 2025-02-14T18:36:30.467Z (over 1 year ago)
- Language: HTML
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Functional Reactive Programming
I'm learning a lot about this paradigm so I thoguht I would make some notes. I have been through the awesome [Asynchronous Javascript course](https://frontendmasters.com/courses/asynchronous-javascript) at [Frontend Masters](https://frontendmasters.com) and a lot of the notes are from that.
##Installation
Download [RxJs](https://github.com/Reactive-Extensions/RxJS) and JQuery into a ```libs``` directory at the root.
##Running
Run from server of choice. I've set up an alias in my ```.zshrc``` file to just run a python HTTP server:
```alias serve="python -m SimpleHTTPServer"```
and then run it with:
```serve```