Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fabanc opened this issue May 1, 2019 · 0 comments
Open

Comments

@fabanc
Copy link

fabanc commented May 1, 2019

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

fabanc pushed a commit to fabanc/compare-app that referenced this issue May 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant