Skip to content

kennetvu/rxjs-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RxJS boilerplate

Boilerplate for building RxJS application

Version

1.0.0

Requirements

  • Node 6+
  • Yarn(latest) / npm(3.0+)

Npm dependencies

  • Webpack 2
  • Webpack dev server
  • RxJS

Installation

Install dependencies (Webpack, Babel, RxJS 5)

$ yarn

Run

Run application for dev with webpack-dev-server

$ yarn start

Visit http://localhost:3000

Build

To build application and bundle all js to bundle.js

$ yarn run build

To watch run

$ yarn run build:watch

About

RxJS boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published