0.8.4 • Published 5 years ago

pocket-mesh-peer v0.8.4

Weekly downloads
3
License
AGPL-3.0-or-later
Repository
github
Last release
5 years ago

Pocket Mesh Peer

version

Peer library for Pocket Mesh framework written in ReasonML and compiled to JavaScript using BuckleScript.

Installation

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"],

Usage

Getting Started     Reference Guide     Demo project

Manual Build, Examples

Build

npm run build

Build + Watch

npm run start

Run Examples

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.