Skip to content

lgmkr/step-by-step-async-javascript-with-rxjs

Repository files navigation

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

About

Step-by-Step Async JavaScript with RxJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published