You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
|`package.json`| project metadata and configuration |
16
+
|`mta.yaml`| deployment config |
17
+
|`readme.md`| this getting started guide |
18
+
|`server.js`| initial server set up |
19
19
20
20
## Development
21
21
@@ -31,7 +31,7 @@ npm run deploy
31
31
cds watch
32
32
```
33
33
34
-
- Open `app-src` folder and run next commands. This will install dependencies and run frontend src files watcher. When you will change src files your bundles in app directory will re-compiled. Now you can enjoy development:
34
+
- Open `app/react` folder and run next commands. This will install dependencies and run frontend src files watcher. When you will change src files your bundles in app directory will re-compiled. Now you can enjoy development:
35
35
36
36
```json
37
37
npm install
@@ -62,14 +62,14 @@ npm run watch
62
62
cf login
63
63
```
64
64
65
-
- Open `app-src` folder and run the following commands. This will create frontend production bundles in app subfolder:
65
+
- Open `app/react` folder and run the following commands. This will create frontend production bundles in app subfolder:
66
66
67
67
```json
68
68
npm install
69
69
npm run build
70
70
```
71
71
72
-
- Clean up deployers/html5Deployer/resources folder from the previous frontend build
72
+
- Clean up app/deployers/html5Deployer/resources folder from the previous frontend build
0 commit comments