Skip to content

ixoncloud/app-batch-period-selection

Repository files navigation

Batch Period Selection App

This workspace contains the Batch Period Selection app for IXON Cloud. It can be used to select batch periods in a dashboard to zoom towards batch specific insights. It is based on the IXON Cloud Custom Component Development Kit. Note that this app is built with Svelte, Typescript and SCSS. It requires you to be familiar with the Node.js ecosystem.

Testing locally

Install the dependencies...

npm install

...login to your IXON Cloud account...

npx cdk login

...and run the simulator:

npx cdk simulate batch-period-selection

...this opens the simulator app in a browser and builds the component in watch-mode, which means that any changes to the component source files will trigger a rebuild and will auto-reload the simulator.

Documentation

To check out docs and examples on how to develop a custom component, visit Custom Component Development Docs.

The @ixon-cdk/runner page has a complete overview of all commands that can be run in a component workspace project.