# rule-node-examples-ui **Repository Path**: mirrors_thingsboard/rule-node-examples-ui ## Basic Information - **Project Name**: rule-node-examples-ui - **Description**: Examples of UI for custom Rule Nodes for ThingsBoard contribution guide - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rule-node-examples-ui Configuration UI for Custom Rule Nodes from rule-node-examples ThingsBoard repository ## Build steps 1) Cleanup ``` npm run cleanup ``` 2) Get ThingsBoard UI dependency ``` npm run getthingsboard ``` 3) Install dependencies ``` npm install ``` 4) Production build ``` npm run build ``` Resulting JavaScript should be here: ``` ./target/generated-resources/public/static/custom-nodes-config.js ``` 5) Deploy Rule Nodes UI JavaScript code to rule-node-examples Resulting **custom-nodes-config.js** should be copied to:
```rule-node-examples/src/main/resources/public/static/rulenode``` directory of rule-node-examples repository.