SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
โคข Open full site

Create an SAPUI5 App from the Command Line

Create and test a newly created SAPUI5 app on your local machine with the editor of your choice.

Overview

🎓 beginner 15 min. Sapui5BeginnerHTML5CloudJavascriptSAP Business Technology PlatformFree Tier

You will learn

  • โœ”How to scaffold an SAPUI5 project.
  • โœ”How to leverage the UI5 Tooling to test the app locally.
  • โœ”How to build a multi-target application archive.
  • โœ”How to deploy a SAPUI5 app to SAP BTP, Cloud Foundry environment.
Nico Schoenteich N Nico Schoenteich September 16, 2025
Created by April 15, 2019
Contributors

Prerequisites

Prerequisites

Steps

Step 1 Scaffold a SAPUI5 project
โ€”

Run the following command to create new project:

Code
yo easy-ui5 project

Choose the following responses for the prompts:

ParameterValue
What do you want to do?project [project]
Which namespace do you want to use?tutorial
How do you want to name this project?myui5project
How do you want to name the first uimodule within your project?myui5app
Do you want to enable the SAP Fiori elements flexible programming model?No
On which platform would you like to host the applicationSAP Build Work Zone, standard edition
What name should be displayed on the Fiori Launchpad tile?My UI5 Application
Where should your UI5 libs be served from?Local resources (SAPUI5)
Would you like to create a new directory for the project?Yes
Would you like to initialize a local git repository for the project?Yes

yo
yo

The following installation of the project’s dependencies might take a while.

Step 2 Inspect the generated code
+
Step 3 Test the app locally
+
Step 4 Test the app locally with a Fiori launchpad
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 4
1. Scaffold a SAPUI5 project 2. Inspect the generated code 3. Test the app locally 4. Test the app locally with a Fiori launchpad

Learn more →