https://github.com/marcusasplund/hyperapp-RxJS
A test with HyperApp and RxJS
https://github.com/marcusasplund/hyperapp-RxJS
hyperapp parceljs rxjs
Last synced: 5 months ago
JSON representation
A test with HyperApp and RxJS
- Host: GitHub
- URL: https://github.com/marcusasplund/hyperapp-RxJS
- Owner: marcusasplund
- License: mit
- Created: 2017-03-25T23:57:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T20:04:19.000Z (about 5 years ago)
- Last Synced: 2024-08-03T23:02:40.985Z (9 months ago)
- Topics: hyperapp, parceljs, rxjs
- Language: CSS
- Size: 1.14 MB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- hyperawesome - marcusasplund/hyperapp-RxJS - Hyperapp with RxJS & service worker. (Boilerplates V1)
README
# Hyperapp with RxJS
[](https://greenkeeper.io/)
[](https://github.com/marcusasplund/hyperapp-RxJS/issues)
[](https://travis-ci.org/marcusasplund/hyperapp-RxJS)
[](https://david-dm.org/marcusasplund/hyperapp-RxJS)
[](https://www.codacy.com/app/marcusasplund/hyperapp-RxJS?utm_source=github.com&utm_medium=referral&utm_content=marcusasplund/hyperapp-RxJS&utm_campaign=Badge_Grade)[](https://github.com/feross/standard)
[Hyperapp](https://github.com/hyperapp/hyperapp), test with [RxJS](https://github.com/reactivex/rxjs)
Offline support with service worker
From [this excellent article](https://glebbahmutov.com/blog/pure-programming-with-hyper-app/)
# [demo](https://pap.as/hyperapp/RxJS/)
## installation
````bash
$ git clone https://github.com/marcusasplund/hyperapp-RxJS.git$ cd hyperapp-RxJS
$ yarn
$ yarn start
````Open up application at http://localhost:4000/ in browser
## build a release
````bash
$ yarn run build
````
This will generate a release directory with your minified/rev'd assets.