frankrowe / sdk

New javascript SDK based on React and Flux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

New javascript SDK based on React and Flux

License:Apache License 2.0


Languages

Language:JavaScript 66.0%Language:CSS 33.8%Language:Shell 0.2%