Skip to content

Latest commit

 

History

History
 
 

luigi-example-openui5

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Sample Luigi application written in OpenUI5

Overview

This is the OpenUI5-based sample application which runs with the Luigi framework.

Development

To run this application, follow these steps:

  1. Install Dependencies

    npm install
  2. Run the server with the following command:

    npm start

Build

  1. Build your application

    npm run build
  2. Serve your application

    npm run serve
  3. 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.