Minimalistic functional stream implementation to use with the meiosis pattern.
You can find the examples covered in the meiosis tutorial in the examples
folder.
The only View
code example included is the one using lit-html
- Install dependencies
npm i
- Build dependencies with snowpack
npx snowpack
- Run an example in CLI
node examples/example_01.js
- Run the app example and navigate to http://localhost:8080/examples/app.html
npx http-server