Project Contents
The project you have just created contains the following files:Views/*.dothmlare the files that describe individual pages of your app using enhanced HTML syntax.Views/masterpage.dotmasteris a master page of your application. It should define the base layout for your site and is common for all of your pages. See documentation for more information about master pages.ViewModels/*.csare viewmodels of your application - C# classes referenced from.dothtmlfiles using the@viewModeldirective.Startup.csis OWIN / ASP.NET Core startup class which registers DotVVM and all other middlewares.DotvvmStartup.cscontains the configuration of DotVVM (see documentation for details).
Tutorial
If you are new to DotVVM, you can learn basics of DotVVM at DotVVM Academy. It will guide you through the principles of DotVVM and make you ready to get started with DotVVM development.Visit DotVVM Academy
Bootstrap controls
You have installed Bootstrap 4 package in your project. Bootstrap 4 for DotVVM contains more than 60 Bootstrap controls with full support of DotVVM data-binding.List of Bootstrap 4 controls
Authentication
You have chosen not to add authentication to the project. If you change your mind, you can find all the information about authentication in DotVVM in the documentation.More information