Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobbubu/qjs-rx-demo
https://github.com/jacobbubu/qjs-rx-demo
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacobbubu/qjs-rx-demo
- Owner: jacobbubu
- Created: 2020-01-05T05:58:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T20:52:28.000Z (over 3 years ago)
- Last Synced: 2024-11-13T16:12:03.003Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript-RxJS for quick.js
> This is sample repository demonstrates how to use TypeScript and RxJS running in [quick.js](https://bellard.org/quickjs/).
## Building the repo
```shell
npm run build
```You need a `qjs` executable somewhere on your computer.
```shell
qjs disk/bundle.js
```