Peer library for Pocket Mesh framework written in ReasonML and compiled to JavaScript using BuckleScript.
Add the package into your project using
npm install pocket-mesh-peer
and add a corresponding item to the bsconfig.json
:
"bs-dependencies": ["pocket-mesh-peer"],
Getting Started Reference Guide Demo project
npm run build
npm run start
After the modules are compiled, we need to create JS bundles with examples using
npm run webpack
Open example/StoreDemo.html
or any other example in your web browser. You don't need a running web server.