Installation
This page has all the information you will need to setup your project. Here you will get to know what are the things that you will need to install before you start working on your project. Make sure you don't miss a single step.
For Windows
Download ASP.NET Framework
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.
Setting Up Cuba
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.