Top
Viho Admin is a responsive ASP.NET Core template that is based on the MVC framework Bootstrap 5, visit their website and read through the documentation. All of Bootstrap components have been modified to fit the style of Viho Admin and provide a consistent look throughout the template.
Before you start working with the template, we suggest you go through the pages that are bundled with the theme. Most of the template example pages contain quick tips on how to create or use a component which can be really helpful when you need to create something on the fly.
ASP.NET 7.0 framework is to be downloaded on your machine.
To download ASP.NET 7.0 framework on your machine , follow the link https://dotnet.microsoft.com/en-us/download/dotnet/7.0
and Once it is downloaded check the bellow image in your visual studio to make sure that ASP.NET 7.0 framework installed in your system
and we are done with setting up ASP.NET 7.0 in our system, now you can code all you want in ASP.NET.
Now that you have installed ASP.NET 7.0 in your system its time to setup the cuba theme and start creating you wonderful website.
Step 1: Check Node Version
Make Sure that node
is installed in your system by running this command
dotnet --version
If it is not installed then make sure that you install it first by above given steps.
Once you serve your application by default it will take their defalult port so you can open
port using localhost:7085
Step 2: run the project
Now that all the dependencies are installed we are ready to run our project in the development server. Run the project by press F5 or click on bellow image logo.
open the link http://localhost:7085 in your browser to view the project.