GitHub - marcusasplund/hyperapp-RxJS: A test with HyperApp and RxJS

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Hyperapp with RxJS

GitHub issues Build status dependencies Codacy Badge

Standard - JavaScript Style Guide

Hyperapp, test with RxJS

Offline support with service worker

From this excellent article

demo

installation

    $ 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

    $ yarn run build

This will generate a release directory with your minified/rev'd assets.