This project contains the source code of the custom configuration widget for the Custom widget tutorial created for the KaaIoT platform.
Feel free to change any files and add new packages you want.
- Access to KaaIoT UI. You can create a free cloud account if you don't have one.
- Node.js > 15 or nvm
- npm
Clone this repo:
git clone https://github.com/kaaproject/kaa-widget-webpack.gitIf you have nvm:
nvm install
# Next time for new terminal session
nvm useInstall dependencies:
npm iRun development mode:
npm startLogin into any running KaaIoT Web Dashboard UI and create a new widget from Custom widgets page.
To make a production build:
npm run buildProduction build compiles to dist/index.js. You can upload this file into running KaaIoT platform using Web Dashboard UI
