Welcome to the official sample repository for JTL-Cloud Apps! This repository contains comprehensive examples and templates to help you build, test, and deploy applications on the JTL platform.
- Node.js (v18 or higher)
- Yarn package manager
- Run
yarn installon repository root to install husky with dependencies
-
Clone the repository:
git clone https://github.com/jtl-software/jtl-platform-app-samples.git cd jtl-platform-app-samples -
Navigate to your desired example:
cd src/[example-name] -
Follow the README instructions in each example directory for specific setup and run instructions.
| Example | Description | Location |
|---|---|---|
| Hello World App | Full-stack application with backend and frontend | src/hello-world-app/ |