Boilerplate for building RxJS applications in a Webpack environment
1.0.0
This uses RxJS version 5 - https://github.com/ReactiveX/rxjs
RxJS Boiler requires Node.js v4+ to run.
Install dependencies (Webpack, Babel, RxJS 5)
$ npm install
To compile all js to dist/app.bundle.js
$ webpack
To watch run
$ webpack -w
$ npm start