Skip to content

Seed project for building RxJS applications in a Webpack environment

License

Notifications You must be signed in to change notification settings

tawawa/RxJS-Seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RxJS Seed

Seed project 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 Seed 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

$ npm run prestart

To watch run

$ npm run watch 

Run

Install serve globally

$ npm install serve -g
$ npm start

Visit http://localhost:3000

About

Seed project for building RxJS applications in a Webpack environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published