Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xxapp/rxjs-excel
- Owner: xxapp
- License: mit
- Created: 2017-12-12T13:50:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T11:18:54.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T07:51:28.697Z (over 1 year ago)
- Topics: demo, excel, rxjs
- Language: JavaScript
- Size: 231 KB
- Stars: 24
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```