Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code0wl/typescript-rxjs-webpack
👾 A simple RxJS scratchpad which includes marble testing
https://github.com/code0wl/typescript-rxjs-webpack
Last synced: 19 days ago
JSON representation
👾 A simple RxJS scratchpad which includes marble testing
- Host: GitHub
- URL: https://github.com/code0wl/typescript-rxjs-webpack
- Owner: code0wl
- License: mit
- Created: 2016-12-29T06:58:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T02:30:11.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T21:46:50.499Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.37 MB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solid base for practising RxJS
[![Build Status](https://travis-ci.org/code0wl/typescript-rxjs-webpack.svg?branch=master)](https://travis-ci.org/code0wl/typescript-rxjs-webpack)
Use this playground to quickly scaffold a rxjs program that includes marble testing for scratchpad purposes
## Usage
```bash
npm start
```## TDD
```bash
npm run test:watch
```Project will start on the specified port with watch mode, enjoy!