# openui5-basic-template-app **Repository Path**: mirrors_SAP/openui5-basic-template-app ## Basic Information - **Project Name**: openui5-basic-template-app - **Description**: OpenUI5 basic template app - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![REUSE status](https://api.reuse.software/badge/github.com/SAP/openui5-basic-template-app)](https://api.reuse.software/info/github.com/SAP/openui5-basic-template-app) ![OpenUI5 logo](http://openui5.org/images/OpenUI5_new_big_side.png) # DEPRECATED **⚠️ This project has been deprecated in favor of [OpenUI5 Sample App](https://github.com/SAP/openui5-sample-app).** # openui5-basic-template-app OpenUI5 basic template app using the UI5 Build and Development Tooling. You can use it as a starting point to build custom OpenUI5 apps. ## More information * [Live Demo](https://sap-archive.github.io/openui5-basic-template-app) * [Documentation](https://openui5.hana.ondemand.com/#/topic/7a4d93c0b0bb439b9d889ffc5b02eac9) * [UI5 Tooling](https://github.com/SAP/ui5-tooling) * [OpenUI5](https://github.com/SAP/openui5) ## Prerequisites The **UI5 build and development tooling command line interface (UI5 CLI)** has to be installed. For installation instructions please see [Installing the UI5 CLI](https://github.com/SAP/ui5-tooling#installing-the-ui5-cli). ## Setup 1. Clone the repository and navigate into it ```sh git clone https://github.com/SAP/openui5-basic-template-app.git cd openui5-basic-template-app ``` 1. Install all dependencies ```sh npm install ``` 1. Start a local server and run the application (http://localhost:8080/index.html) ```sh ui5 serve -o /index.html ``` ## Testing * Run ESLint code validation ```sh npm run lint ``` * Start a local server and execute the tests automatically after every change ```sh npm run watch ``` * Run ESLint, start a local server and run the tests in CI mode ```sh npm test ``` For more build and development options please see: [UI5 Build and Development Tooling](https://github.com/SAP/ui5-tooling) ## Support This repository is based on the [OpenUI5 template demo apps](https://openui5.hana.ondemand.com/#/demoapps) and updated regularly with our latest recommendations. If you found a bug, please create an [OpenUI5 issue](https://github.com/sap/openui5/issues). Thank you!