Appearance
Frontend Templates & Frameworks
Overview
Frontend templates provide pre-configured starting points for building applications. Each template includes the necessary tooling, dependencies, and structure to get started quickly.
Template Structure
All frontend templates follow a consistent structure:
src/- Application source codesrc/lib/- Reusable library code- Configuration files - Build tools, linting
Dockerfile- Container build instructions
The Library
The library contains reusable utilities and components. It provides essential functionality for building applications on the platform. The following features are contained within it:
- Helper Services for commonly used Platform Gateway APIs
- Backend / Frontend communication
- Authentication and User Consent Request
- Framework specific Tools