Update README.md (#1469)

This commit is contained in:
oblomov-dev 2024-10-01 18:47:10 +02:00 committed by GitHub
parent 533b863553
commit 018970a54d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,16 @@ Frontend stored in folder App
cd app
```
Develop & Test
#### Develop & Test
Set the correct backend system in the yamls <br>
Replace "/sap/bc/z2ui5" with your endpoint in the manifest
```
npm i
npm run start
```
Before PR
#### Before PR
Transform UI5 App to stringified ABAP
```
node trans/trans2abap.js
```
```