All Projects → bradtraversy → Rxjs_boiler

bradtraversy / Rxjs_boiler

Boilerplate for building RxJS applications with Webpack and Babel

Programming Languages

javascript
184084 projects - #8 most used programming language

RxJS Boiler

Boilerplate for building RxJS applications in a Webpack environment

Note: The video explaining RxJS and making use of this repo is located here:

https://www.youtube.com/watch?v=ei7FsoXKPl0

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].