Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ixoncloud/component-examples

Mirror of our Component CDK examples
https://github.com/ixoncloud/component-examples

Last synced: 1 day ago
JSON representation

Mirror of our Component CDK examples

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
```