docs

Step 1: Creating the Initial App

In this step, we set up the initial app.


Preview

The worklist app


Setup

  1. To set up your project for this tutorial, download the files at Worklist App - Step 1.

  2. Extract the downloaded .zip file at the desired location on your local machine.
  3. Open a shell in the extracted folder and execute npm install.
  4. Execute npm start to start the web server and to open a new browser window hosting test/mockServer.html.

Note:

The texts in the i18n.properties file are automatically generated based on the template Customizing (OData entity set, entities, properties, and texts). The result can be incorrect texts like “Enter an <Products> name or a part of it.” You should therefore revise the generated texts in the i18n.properties file.


Structure

With the downloaded code from the Demo Kit, you have an initial app structure with the following content inside the webapp folder:

Folder structure of the initial project

Parent topic:Worklist App Tutorial

Previous:Step 2: Custom Mock Data

Related Information

Folder Structure: Where to Put Your Files