A Asp.net core razor pages demo.
StartRazorPages is a demo project that utilizes ASP.NET Core Razor Pages framework. The project incorporates two popular frontend themes, AdminLTE v3 and SB Admin 2, to enhance the user interface and provide a visually appealing experience.
To install StartRazorPages, follow these steps:
git clone https://github.com/{repository-name}
cd StartRazorPages
dotnet restore
dotnet build
dotnet run
http://localhost:5000
StartRazorPages is a demo project that combines the power of ASP.NET Core Razor Pages with the visually appealing themes of AdminLTE v3 and SB Admin 2. By incorporating these themes, developers can create modern and professional-looking web applications with ease. The installation process outlined above allows for quick setup and running of the project.