Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!