Skip to content

Boilerplate for building RxJS applications with Webpack and Babel

Notifications You must be signed in to change notification settings

adammendoza/rxjs_boiler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RxJS Boiler

Boilerplate for building RxJS applications in a Webpack environment

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

About

Boilerplate for building RxJS applications with Webpack and Babel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.6%
  • HTML 48.4%