Step-by-Step Async JavaScript with RxJS
Install dependencies (Webpack, Babel, RxJS 5)
$ npm install
To compile all js to dist/app.bundle.js
$ webpack
To watch run
$ webpack -w
Install live-server globally
$ npm install live-server -g
$ npm start
Visit http://localhost:8000