Seed project for building RxJS applications in a Webpack environment
1.0.0
This uses RxJS version 5 - https://github.com/ReactiveX/rxjs
RxJS Seed requires Node.js v4+ to run.
Install dependencies (Webpack, Babel, RxJS 5, jQuery)
$ npm installTo compile all js to dist/app.bundle.js
$ npm run prestartTo watch run
$ npm run watch Install serve globally
$ npm install serve -g$ npm startVisit http://localhost:3000