Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 481 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 481 Bytes

BinStorm Example

Installation

1. Clone project and install the dependencies

git clone git@github.com:binbytes/binstorm-example.git && cd binstorm-example && npm install

2. Run Project

For Android

npm run dev-android

For iOS

npm run dev-ios

Documantation

Read full Documantation Here BinStorm-Docs

BinStorm Core

Get Binstorm core Source Code from Here