Attention, this project is deprecated. The new OpenUI5 Starter Kit is available here.
This project contains a bunch of template files and boilerplaites to get help you with starting OpenUI5 development. This peoject will be extended from time to time by best practice Projects
, Components
or other OpenUI5 elements.
Short description of contained templates and how to use them.
In the /templates
folder you find simple single file templates for e.g. UI5 Controller or CustomControls. All of them are based on code and comment best practices.
A complete UI5 app example with best practice folder structure and build infrastructure. In this case, the app represents a boilerplate to combine OpenUI5 with Redux.
- Install required JavaScript modules. Execute from the root directory of this project:
$ yarn
- Run the build an watcher task. Execute from the root directory of this project:
$ gulp
- Execute the application in your browser
http://localhost:8080/dev/index.html?sap-ui-debug=true
TODO: Add a step to start a web server first.