-
Notifications
You must be signed in to change notification settings - Fork 0
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
Testing deployment #4
Labels
question
Further information is requested
Comments
Hmm, vi hadde ein servar, gtlab, men den er vel borte? Börre, har du framlegg?
Trond
Lähettäjä: Anders Lorentsen ***@***.***>
Päivämäärä: tiistaina, 15. marraskuuta 2022 klo 13.14
Vastaanottaja: giellatekno/fst-web-interface ***@***.***>
Kopio: Subscribed ***@***.***>
Aihe: [giellatekno/fst-web-interface] Testing deployment (Issue #4)
Is there a server (virtual, cloud-based or otherwise) or an environment where the site can be deployed while testing? It would be useful for testing how the app operates when viewed in an iframe, but also for making sure the app behaves as desired in a production environment.
The app can be served by any static web server, as the build command (npm run build) creates a dist/ folder with an index.html, and some static resources referenced by said index.html.
—
Reply to this email directly, view it on GitHub<#4>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AC2XDC5K5ZCZORZ57BFQZL3WIN5BPANCNFSM6AAAAAASA3656I>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Tja, gtweb er kanskje en naturlig plass å bruke? |
Det beste hadde vore gtlab.
gtweb er jo den servaren det skal vere på, så sånn sett er sjølvsagt staden riktig.
.t
Lähettäjä: Børre Gaup ***@***.***>
Päivämäärä: keskiviikkona, 16. marraskuuta 2022 klo 15.57
Vastaanottaja: giellatekno/fst-web-interface ***@***.***>
Kopio: Trond Trosterud ***@***.***>, Comment ***@***.***>
Aihe: Re: [giellatekno/fst-web-interface] Testing deployment (Issue #4)
Tja, gtweb er kanskje en naturlig plass å bruke?
—
Reply to this email directly, view it on GitHub<#4 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AC2XDC7Z24T36VDGQMD2ABTWITY45ANCNFSM6AAAAAASA3656I>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Etter litt Azure-læring i dag, fikk jeg satt opp en miniversjon av APIet, den har bare "nob" pr nå. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a server (virtual, cloud-based or otherwise) or an environment where the site can be deployed while testing? It would be useful for testing how the app operates when viewed in an iframe, but also for making sure the app behaves as desired in a production environment.
The app can be served by any static web server, as the build command (
npm run build
) creates adist/
folder with anindex.html
, and some static resources referenced by saidindex.html
.The text was updated successfully, but these errors were encountered: