/rx-js-workshop

⚡️⚡️ Reactive eXtensions for JavaScript workshop ⚡️⚡️

Primary LanguageJavaScript

Requirements

  • Node 6.5.0
  • Chrome 55+
  • Git
  • Your favorite IDE

Setup

Clone the project :

git clone git@github.com:ouadie-lahdioui/rx-js-workshop.git

After you've cloned or copied the repository, run an npm install :

npm install

Exercises

Exercises can be found under the exercises/ directory. The exercises-final/ directory has finished versions of the exercises.

To run an example just run

node exercises/FILE_NAME.js

Enjoy 😉