Skip to content

A demo for the lecture for the Los Baños Web Developer Group about Reactive Programming using RxJS 5

License

Notifications You must be signed in to change notification settings

exequiel09/reactive-programming-demo-app-wp

Repository files navigation

Reactive Programming in RxJS Demo Application

Requirements

  1. Node.js 6.9.x or greater

Installing dependencies

Dependencies of this project can be installed via NPM or Yarn. It is recommended to use Yarn instead of NPM due to the assurance that the dependencies that will be installed is the same across all machines. Although there is the npm shrinkwrap which aims to achieve what is stated above, read this about yarn.lock and npm shrinkwrap.

Installing dependencies via Yarn is simply as running the command yarn install. Installing dependencies NPM is also as simple as running the command npm install.

Running the Program

This program can be run using the command yarn start if you use Yarn or npm start if you use NPM. This will spawn a server and will be accessible at http://localhost:9000

License

MIT

About

A demo for the lecture for the Los Baños Web Developer Group about Reactive Programming using RxJS 5

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published