Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xxapp/rxjs-excel

RxJS demo of a simple excel app
https://github.com/xxapp/rxjs-excel

demo excel rxjs

Last synced: 10 days ago
JSON representation

RxJS demo of a simple excel app

Awesome Lists containing this project

README

        

# rxjs-excel

![demo](./rxjs-excel.gif)

## Other implementations

* [react](https://github.com/xxapp/rxjs-excel-react)

## Start

```bash
git clone https://github.com/xxapp/rxjs-excel.git
cd rxjs-excel
npm install -g parcel
npm install
npm start

# new session
npm run server
```