Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

Issue in the ReadMe section "Deploying". Deployment path is incorrect. #3

Description

@fabanc

Step 3 of the deployment instructions states the following:

Copy the unzipped folder containing the web app template files, such as index.html, to your web server. You can rename the folder to change the URL through which users will access the application. By default the URL to the app will be http://<Your Web Server>/<app folder name>/dist/index.html

Even after compiling TypeScript into JavaScript, index.html is located under the root folder, while the JavaScript files are generated under the sub-directory app. Therefore it seems like the URL should be: http://<Your Web Server>/<app folder name>/index.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions