This is the OpenUI5-based sample application which runs with the Luigi framework.
To run this application, follow these steps:
-
Make sure you have UI5 CLI installed by executing the command:
npm install --global @ui5/cli
-
Install Dependencies
npm install
-
Run the server with the following command:
npm start
-
Open it in your browser by going to http://localhost:8080/index.html/.
-
Build your application
npm run build
-
Serve your application
npm run serve
The build compiles and minimizes the source files for production usage.
The build generates a dist
folder which you can serve using a web server.