https://github.com/thingsboard/rule-node-examples-ui-ngx
https://github.com/thingsboard/rule-node-examples-ui-ngx
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thingsboard/rule-node-examples-ui-ngx
- Owner: thingsboard
- Created: 2020-06-02T06:51:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T20:31:04.000Z (about 2 years ago)
- Last Synced: 2025-03-24T04:43:20.688Z (about 1 year ago)
- Language: TypeScript
- Size: 1.61 MB
- Stars: 13
- Watchers: 12
- Forks: 25
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rule-node-examples-ui-ngx
Configuration UI for Custom Rule Nodes from rule-node-examples ThingsBoard repository
## Build steps
1) Install dependencies
```
yarn install
```
2) Production build
```
yarn run build
```
Resulting JavaScript should be here:
```
./target/generated-resources/public/static/custom-nodes-config.js
```
3) Deploy Rule Nodes UI JavaScript code to 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.
4) Run Rule Nodes UI in hot redeploy mode
```
yarn start
```
By default, Rule Nodes UI will be available on port 5000 (http://localhost:5000)