This is the OpenUI5-based sample application which runs with the Luigi framework.
To run this application, follow these steps:
-
Install Dependencies
npm install
-
Run the server with the following command:
npm start
-
Build your application
npm run build
-
Serve your application
npm run serve
-
Open it in your browser by going to http://localhost:8000/index.html.
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.