1. Install node.js
2. Install UI5 Tooling
npm install --global @ui5/cli
3. Install Easy UI5 Generator, create a project and run it on your localhost
npm install -g yo generator-easy-ui5 yo easy-ui5 cd <your project name> npm start
4. Set up a Github project and do your initial push
git add . git commit -m "Initial commit" git remote add origin https://github.com/user/myUI5App.git git push origin master
5. Install your favorite Editor, e.g. Visual Studio Code or Atom, and open your project to edit it