Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 556 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 556 Bytes

Version

1.0.0

This uses RxJS version 5 - https://github.com/ReactiveX/rxjs

Usage

Installation

RxJS Boiler requires Node.js v4+ to run.

Install dependencies (Webpack, Babel, RxJS 5, jQuery)

$ 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