Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcusasplund/hyperapp-RxJS
A test with HyperApp and RxJS
https://github.com/marcusasplund/hyperapp-RxJS
hyperapp parceljs rxjs
Last synced: 2 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T20:04:19.000Z (almost 5 years ago)
- Last Synced: 2024-08-03T23:02:40.985Z (6 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
[![Greenkeeper badge](https://badges.greenkeeper.io/marcusasplund/hyperapp-RxJS.svg)](https://greenkeeper.io/)
[![GitHub issues](https://img.shields.io/github/issues/marcusasplund/hyperapp-RxJS.svg)](https://github.com/marcusasplund/hyperapp-RxJS/issues)
[![Build status](https://img.shields.io/travis/marcusasplund/hyperapp-RxJS.svg)](https://travis-ci.org/marcusasplund/hyperapp-RxJS)
[![dependencies](https://img.shields.io/david/marcusasplund/hyperapp-RxJS.svg)](https://david-dm.org/marcusasplund/hyperapp-RxJS)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/2f1636aa184449439ed07ab0f850444b)](https://www.codacy.com/app/marcusasplund/hyperapp-RxJS?utm_source=github.com&utm_medium=referral&utm_content=marcusasplund/hyperapp-RxJS&utm_campaign=Badge_Grade)[![Standard - JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](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.