/sdk

New javascript SDK based on React and Flux

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Boundless SDK

Logo

Travis CI Status Coverage Status

Javascript SDK based on React, OpenLayers and Flux.

For the user interface, material-ui is used.

For example usage see the corresponding apps repository and the corresponding demos

For online docs see HTML

Docs

Do not browse the docs from the docs subdirectory in github, those are incomplete (a lot of files are generated). So either browse them online, run npm run docs to generate them locally or run npm run serve:gitbook which will run the docs on http://localhost:4000

Node version manager (nvm)

Install the node version manager from https://github.com/creationix/nvm For the SDK, you should be using node long-term support (LTS) so:

nvm install --lts
nvm use --lts