Skip to content

If you want to start building RxJS-based applications in a Webpack environment, then this boilerplate is for you.

Notifications You must be signed in to change notification settings

webtraining-zone/rxjs-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RxJS Boilerplate

If you want to start building RxJS-based applications in a Webpack environment, then this boilerplate is for you.

Version

1.0.0

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

Note: Would you like to learn more about RxJS?

https://webtraining.zone/eventos/observables-con-javascript

Usage

Installing

RxJS Boilerplate requires Node.js v6.14.0+ to work properly.

Install the RxJS Boilerplate dependencies by running:

npm install

Compiling

Compiling in development mode:

npm run dev

Compiling in production mode:

npm run prod

Watching for changes in development mode:

npm run watch

Running globally

We recommend to install live-server globally:

npm install -g live-server

Run the server and see your browser console:

npm start

About

If you want to start building RxJS-based applications in a Webpack environment, then this boilerplate is for you.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published