Back to Devexpress

Create an HTML JavaScript Dashboard Application using the Template Gallery

dashboard-119782-get-started-build-web-dashboard-applications-create-an-html-javascript-dashboard-application-using-the-template-gallery.md

latest2.6 KB
Original Source

Create an HTML JavaScript Dashboard Application using the Template Gallery

  • Nov 14, 2022
  • 2 minutes to read

The DevExpress BI Dashboard App Template Gallery contains predefined templates for building the Dashboard Designer and Viewer applications for all supported platforms. All available Dashboard templates are listed in the following topic: Template Gallery.

The steps below show how to use the DevExpress Template Gallery to quickly create a ready-to-use JavaScript Dashboard application with an ASP.NET MVC backend.

Create a New Project

  1. In Visual Studio, create a new project. Select DevExpress v25.2 BI Dashboard App Template Gallery as the project template.

  2. Configure your new project and click Create. The Template Gallery opens.

Configure the Template

  1. In the invoked Template Gallery, select .NET Framework as the target framework.

  2. Select Dashboard HTML JavaScript Application in the ASP.NET MVC section. Specify the framework version and click Run Wizard.

  3. In the DevExpress ASP.NET Project Wizard, click Run Wizard.

  4. In the DevExpress ASP.NET Project Wizard, click Create Project.

  5. In the project, right-click the index.html file and set it as the start page.

  6. Right-click the package.json file and restore the packages used in the application.

  7. Run the application to see the result.

Next Steps

Create Dashboards on the WebDescribes how to create and configure dashboards in the Web Dashboard control.HTML JavaScript Dashboard Control Contains instructions on how to use the client-side JavaScript DashboardControl. See Also

Web Dashboard Technical Overview