I have a tremendous doubt about this type of theme, I'm starting to work with ASP.NET MVC, so I came across BootStrap, so I started searching for free themes and we have several options available.
One of the sites I found was: BootsWatch
Where you just need to replace the Bootstrap.cs and Bootstrap.min.cs files, the thema automatically changes.
I also found site like: peckyboy , where we found the theme: Gentelella Bootstrap Admin Template
, which directs us to the GitHub of the project.
So what is my question, how can I use this project?
When reading the project README:
Installation via Package Manger
Our goal is to make it installable on different Package Manager! Do you want to use it on your favorite Package Manager and you know how? Pull request all the way!
As of now, this is some installation available:
Bower
bower install gentelella --save
or
npm
npm install gentelella --save
However, how do I use it? Does anyone work with something similar?
Project files Gentelella
how do you use them?