For the complete documentation index, see llms.txt. This page is also available as Markdown.

Access sample solutions

Access the jigx-samples solution and starter apps from Quick Start or GitHub.

Use the jigx-samples solution and starter apps to explore working examples and accelerate new builds.

Before you start

Make sure you have access to Jigx Management and the GitHub repository.

Use Visual Studio Code if you plan to clone or edit files locally.

You can access them in three ways:

  1. Add a sample solution from Quick Start

  2. Clone the GitHub repository

  3. Download the repository as a ZIP

Option 1: Add a sample solution from Quick Start

This is the fastest way to try a sample in your organization.

  1. In Jigx Management, open Quick Start.

  2. Find the sample solution or starter app you want.

  3. Select Add to my organization.

  4. Keep the default name or enter a new one.

  5. Make sure the name is unique in your organization.

  6. Keep Include sample data selected.

  7. Select Verify name.

  8. Select Add.

Use this option when you want a ready-to-run sample with data already included.

Option 2: Clone the GitHub repository

Use this option when you want the full repository and version control.

  1. Select Code.

  2. Copy the HTTPS, SSH, or GitHub CLI URL.

  3. Open a terminal in the folder where you want to store the repository.

  4. Run the clone command.

After the clone completes, open the local folder in VS Code.

To pull the latest changes later, run:

Option 3: Download the repository as a ZIP

Use this option when you want the files without Git.

  1. Select Code.

  2. Select Download ZIP.

  3. Extract the ZIP file on your machine.

  4. Open the required solution or starter app folder in VS Code.

Next step

After you access a sample, setup your solution and continue from there.

Last updated

Was this helpful?