0. SAP UI5 Walkthrough 시작 - New Project create & Hello World

SAP UI5 공부를 시작하며 SAP UI5 Site에서 제공하는 Tutorial을 공부하며 이해한 내용을 해석해서 글을 작성했다. 이제부터 시작해보자. ( While studying the tutorial provided by SAP UI5 Site, I interpreted what I understood and wrote. Let's start now.) Hello World 만들기(Create Hello World) 실행 순서( Order of execution) : 새 프로젝트 생성 - 폴더 구조 만들기. ( Create a new project - Create a folder structure) 프로젝트 기본 File 생성 및 Setting 값 작성. ( Create Project Default File and Create Setting Values) index.html 파일 생성 및 Hello World 코딩. ( Create index.html file and code Hello World) UI5 서버 실행. (Run UI5 Server ) 1. 새 프로젝트 생성 - 폴더 구조 만들기.(Create a new project and a foler structure) Project 소스 파일을 관리할 webapp 폴더 생성 한다. (Cerate a webapp folder to manage project source files) 폴더 구조(Folder structure): ../UI5_TUTORIAL/webapp/... VS Code에서 Open Folder 클릭 -> project 폴더 선택 한다. (Click Open Folder in VS Code -> Click Project Folder(UI5_TUTORIAL) 2. 프로젝트 기본 File 생성 및 Setting 값 코딩.( Create Project Default File and Create Setting Values) 새로운 Terminal Tab...