Building a Web Application
- Updated2023-02-17
- 1 minute(s) read
Building a Web Application
To view your completed web application in a web browser, build your application to generate HTML, CSS, JavaScript, and other files that are included in your application.
- On the Project Files tab, double-click the application document to open it.
-
In the application document, enable the
Top-level VI checkbox for each WebVI you want to output as a separate web page.
Each top-level WebVI in an application document generates one HTML file, which corresponds to one web page.
-
On the
Document tab, click
Build.
Monitor the status of your build in the Build Queue tab.
-
In SystemDesigner, right-click your application document and select
Run to view your application in a web browser.
To make your web application available to other users, host your build output on a web server that is accessible to other users.
Related Information
- Creating a Web Application
Use the web application project template to create an application that can run in a web browser.
- Hosting a Web Application on a Server
To make your web application available to other users, host your build output on a web server that is accessible to other users.