OpenUI5 basic template app using the UI5 Build and Development Tooling. You can use it as a starting point to build custom OpenUI5 apps.
The UI5 build and development tooling command line interface (UI5 CLI) has to be installed. For installation instructions please see Installing the UI5 CLI.
-
Clone the repository and navigate into it
git clone https://github.com/SAP/openui5-basic-template-app.git cd openui5-basic-template-app
-
Install all dependencies
npm install
-
Start a local server and run the application (https://localhost:8080/index.html)
ui5 serve -o /index.html
- Run ESLint code validation
npm run lint
- Start a local server and execute the tests automatically after every change
npm run watch
- Run ESLint, start a local server and run the tests in CI mode
npm test
For more build and development options please see: UI5 Build and Development Tooling
This repository is based on the OpenUI5 template demo apps and updated regularly with our latest recommendations. If you found a bug, please create an OpenUI5 issue. Thank you!