Skip to content

Files

Latest commit

Dec 20, 2017
3126b79 · Dec 20, 2017

History

History
executable file
·
33 lines (25 loc) · 431 Bytes

File metadata and controls

executable file
·
33 lines (25 loc) · 431 Bytes

Step-by-Step Async JavaScript with RxJS

Alt Text

Installation

Install dependencies (Webpack, Babel, RxJS 5)

$ npm install

Compile

To compile all js to dist/app.bundle.js

$ webpack

To watch run

$ webpack -w

Run

Install live-server globally

$ npm install live-server -g
$ npm start

Visit http://localhost:8000