If you want to start building RxJS-based applications in a Webpack environment, then this boilerplate is for you.
1.0.0
This version uses RxJS version 6: https://github.com/ReactiveX/rxjs.
Note: Would you like to learn more about RxJS?
RxJS Boilerplate requires Node.js v6.14.0+ to work properly.
Install the RxJS Boilerplate dependencies by running:
npm install Compiling in development mode:
npm run dev Compiling in production mode:
npm run prod Watching for changes in development mode:
npm run watch We recommend to install live-server globally:
npm install -g live-server Run the server and see your browser console:
npm start