Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.3 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.3 KB

Kaa Custom Widget Rollup

This is basic template that help you to build Custom widget for KaaIoT platform. This example next features:

Prerequisites

Up and running

Clone this repo:

git clone https://github.com/kaaproject/kaa-widget-rollup.git

If you have nvm:

nvm install

# Next time for new terminal session
nvm use

Install dependencies:

npm i

Run development mode:

npm start

Login into any running KaaIoT Web Dashboard UI and create a new widget from Custom widgets page.

To make a production build:

npm run build

Production build compiles to dist/index.js. You can upload this file into running KaaIoT platform using Web Dashboard UI