re-hyperapp icon indicating copy to clipboard operation
re-hyperapp copied to clipboard

Almost zero-cost bindings for the https://github.com/hyperapp/hyperapp UI library.

Hyperapp Reason Bindings (WIP)

Very raw bindings for the Hyperapp UI library.

Setup

You'll need to do the following one-time setup:

Either install globally (my preference):

cd re-hyperapp
npm i -g bs-platform
npm link bs-platform

Or install locally:

cd re-hyperapp
npm i bs-platform

Then, install ParcelJS: npm i -g parcel

Finally, run the normal install: npm i

Build

Full BuckleScript build: bsb -make-world

Incremental and watch for changes (but you probably don't need this if you've set your editor to compile on save): bsb -w

Bundle and watch for changes: npm run serve

Production bundle: npm run build

Run

Go to http://localhost:1234