Overview:
We recommend our comprehensive starter kit. Our starter kit is designed to provide everything you need to kickstart your project development process efficiently and effectively. It includes:
- Layouts:
- Authentication Pages:
- Error Pages:
- Starter Page:
What is the difference between Admin vs Starterkit?
Admin | Starterkit | |
---|---|---|
Layouts | True |
True |
Pages | 110+ pages. | Starter kit has only Auth, blank and starter pages. |
Js Include | True |
True |
Which better for new project? | False |
True |
Which better for customize? | True |
False |
Support | True |
True |
Regular Update | True |
True |
Folder Structure:
- Admin
-
-
Controllers
//
includes all Controllers
-
Models
//
all Core models. you can add your custom
also
-
obj
//
Debug file
-
Properties
//
launch Themes Settings
-
Views
//
all pages
-
Auth
//
includes all Auth Pages
-
Dashboard
//
includes Dashboard
Pages
-
Pages
//
includes all Extra
Pages
-
Shared
//
includes all Comoponenets
Pages
-
blankLayout.cshtml
//
Auth pages layout.
-
Footer.cshtml
//
footer related code. you can
modify as per your requirements.
-
HeadCSS.cshtml
//
All css link here.
-
Horizontal.cshtml
//
Horizontal layout related
code.
-
Layout.cshtml
//
layout master
-
LayoutIcoLoading.cshtml
//
customizer master
-
PageTitle.cshtml
//
pageTitle related
code.
-
RightSidebar.cshtml
//
Right Sidebar related code
-
Sidebar.cshtml
//
Sidebar related code
-
TitleMeta.cshtml
//
meta title code
-
Topbar.cshtml
//
Topbar menus related code, you
can easily customize topbar from here.
-
VendorScripts.cshtml
//
Common javascript files
includes here.
-
wwwroot
//
assets folder
-
All other folders will be here.