Skip to content

ASP.NET MVC Core 2 project using CoreUI.io template

License

Notifications You must be signed in to change notification settings

lukevp/AspNetCore2CoreUI

 
 

Repository files navigation

AspNetCore2CoreUI

This repo contains a standard ASP.NET Core 2.1 MVC Visual Studio 2017 template project with a twist.

The CoreUI Open Source Bootstrap 4 Admin Template was adapted to replace the default style, to get a good starting point for an elegant solution for your next project.

This repo goes along with my blog posts:

ASP.NET MVC Core 2.1 + CoreUI v2.0.0

ASP.NET MVC Core 1.1 + CoreUI v1.0.4

In the blog posts I explain the process of adapting the CoreUI template.

I consider this a stepping stone on my way to Javascript front-end development, coming from a C# back-end background.

Hope this can help you too on your way to become a better developer.

To assist with Find and Replace to strip out header/footer from demo pages, use the following Regex with dotted newlines:

.

.?
.?
(.
\s*
\s*\s*).?.

replace with $1 then unindent and verify encoding is UTF-8 BOM and that there's a trailing newline and no extra newline at the beginning of the file.

About

ASP.NET MVC Core 2 project using CoreUI.io template

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 84.9%
  • CSS 13.6%
  • Other 1.5%