Launch your IDE of choice and follow the initial step outlined in
- AWS Cloud9
or
- 3rd party IDE
After that, go to terminal and clone your repository
$ git clone <repo-url>
Enter directoy
$ cd <repo-name>
Create a new sample application for SAP Fiori
Note: You can also use an existing SAP Fiori project, the outlined steps will be very similar.
$ git clone https://github.com/SAP/openui5-sample-app.git
$ rm -Rf openui5-sample-app/.git
$ cp -Ra openui5-sample-app/. .
$ rm -Rf openui5-sample-app/
$ npm install --global @ui5/cli
$ npm install
After running these commands, the structure should look as follows: