https://github.com/ixoncloud/component-examples
Mirror of our Component CDK examples
https://github.com/ixoncloud/component-examples
Last synced: about 1 year ago
JSON representation
Mirror of our Component CDK examples
- Host: GitHub
- URL: https://github.com/ixoncloud/component-examples
- Owner: ixoncloud
- License: mit
- Created: 2022-02-15T12:51:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T14:24:49.000Z (over 1 year ago)
- Last Synced: 2025-03-24T03:43:37.378Z (about 1 year ago)
- Language: JavaScript
- Size: 565 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IXON Custom Component Examples
This repository contains examples of custom components built with the IXON Component SDK. It may be used to gain insight or inspiration or serve as a template for your own custom components.
## Getting started
Install the dependencies...
```sh
npm install
```
Now you can demo an example by running:
```sh
npm start
```
You will be prompted to select a specific example, which will then be built and opened in the simulator in a browser.
You can use real machine data from IXON Cloud in the simulator by running:
```sh
npm run login
```