Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 769 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 769 Bytes

sapui5-docker

This is a sample project to develop SAPUI5 application in local enviroment with docker.

This project uses: easy-ui5 Yeoman Generator. More infos can be found in this SAP Community blog post. https://blogs.sap.com/2019/02/05/introducing-the-easy-ui5-generator/

The template uses UI5 tooling (Serve and UI5 Middleware Livereload) more infos in https://sap.github.io/ui5-tooling/

Prerequisites

  1. Install Nodejs;
  2. Install Docker and Docker Compose;

Credits

This project has been generated with 💙 and easy-ui5

How to execute

Create the image and execute the container.

docker-compose up --build

Open http://localhost:8080/index.html in your browser