Skip to content

Commit 2faebab

Browse files
authored
Update Readme (#14)
1 parent 20fc413 commit 2faebab

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,22 @@
22

33
Run abap2UI5 with [**open-abap**](https://github.com/open-abap) on Node.js
44

5+
Live Demo:<br>
56
https://abap2ui5.github.io/web-abap2ui5-samples/
67

7-
## Start
8+
## Test
89
```
9-
npm install
10-
npm test
10+
npm run clone
11+
npm run unit
12+
npm run express
1113
```
1214

13-
## Demo
14-
![gif_open_abap](https://github.com/abap2UI5/abap2UI5-web/assets/102328295/7d0fa7e5-2c5b-46c4-b2e8-0ffd70350370)
15-
1615
## Build Strategy
1716

1817
1. Clone repositories into `/src/`
1918
2. Downport `/src/` into `/downport/`
2019
3. Transpile with [express-icf-shim](https://github.com/open-abap/express-icf-shim) into `/output/`
2120
4. Webpack backend + frontend + database into folder `build`
21+
22+
## Demo
23+
![gif_open_abap](https://github.com/abap2UI5/abap2UI5-web/assets/102328295/7d0fa7e5-2c5b-46c4-b2e8-0ffd70350370)

0 commit comments

Comments
 (0)