Download and Installation # install the generator npm install -g yo generator-easy-ui5 # verify your installation yo Bootstrapping a new UI5 project # scaffold your UI5 project yo easy-ui5 project # run it locally cd <your project directory> npm start