marcusasplund / hyperapp-RxJS

A test with HyperApp and RxJS
MIT License
14 stars 1 forks source link
hyperapp parceljs rxjs

Hyperapp with RxJS

Greenkeeper badge 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.