Frontend
The abap2UI5 frontend artifacts are stored in the app folder. If you want to make adjustments, follow these steps:
Setup
Open VS Code or an editor of your choice, use the terminal:
git clone https://github.com/abap2UI5/abap2UI5
cd app
Replace the backend with your abap system in all three files:
Develop & Test
Set the correct backend system in the yamls
Replace "/sap/bc/z2ui5" with your endpoint in the manifest
npm i
npm run start-noflp
This is the output in the terminal:
Before PR
Transform UI5 App to stringified ABAP
npm run transform